Closed mr-wildcard closed 8 years ago
@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).
:+1:
Indeed, this can be easily integrated in two steps ;)
babel-eslint
as devDependency
"parser": "babel-eslint",
in .eslintrc
file@mr-wildcard: Just added it to the underlying template. It should be available after updating your installed generator.
:100: thx @weblogixx
because this cool project generates ES2015 stuff, and soon ES2016 we hope.
And:
from https://github.com/eslint/eslint/issues/1657#issuecomment-77500655
Default parser couldn't handle http://babeljs.io/docs/plugins/transform-object-rest-spread/ plugin I my case.