Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upError linting class property #1038
Comments
This comment has been minimized.
This comment has been minimized.
|
No errors with standard@beta. Closing. |
amaurymartiny
closed this
Jan 3, 2018
lock
bot
locked as resolved and limited conversation to collaborators
May 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
amaurymartiny commentedJan 3, 2018
•
edited
I'm writing a MobX store:
And using
standard --parser babel-eslint src/**/*.jsto lint.However I get an error
'isScanning' is not defined.Using eslint with the following .eslintrc works:
{ "extends": ["standard"], "parser": "babel-eslint" }