ESLint is throwing a Parsing error: Unexpected token = error when I try to lint my Es6 classes. What configuration parameter am I missing to enable fat arrow c
Parsing error: Unexpected token =
Your sample isn't valid ES6, so there's no way to configure eslint to allow it