-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use babel-eslint as parser ? #173
Comments
mr-wildcard
changed the title
Use babel-eslint as lint parser ?
Use babel-eslint as parser ?
Dec 2, 2015
@mr-wildcard: Sounds like a good idea. I will play around with and check if it can be easily integrated (as stated on the project page, that should be the case). |
👍 Indeed, this can be easily integrated in two steps ;)
|
weblogixx
added a commit
to react-webpack-generators/react-webpack-template
that referenced
this issue
Dec 4, 2015
@mr-wildcard: Just added it to the underlying template. It should be available after updating your installed generator. |
💯 thx @weblogixx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because this cool project generates ES2015 stuff, and soon ES2016 we hope.
And:
from eslint/eslint#1657 (comment)
Default parser couldn't handle http://babeljs.io/docs/plugins/transform-object-rest-spread/ plugin I my case.
The text was updated successfully, but these errors were encountered: