Closed alexyoubaifu closed 4 years ago
babel-eslint@<11
doesn't read your Babel config. Please use the latest prerelease version of babel-eslint@11
.
babel-eslint@<11
doesn't read your Babel config. Please use the latest prerelease version ofbabel-eslint@11
.
Hello @kaicataldo ,
I tried to use babel-eslint@11
, it doesn't work.
If you could make a repo with a minimal reproduction case, that would be really helpful.
If you could make a repo with a minimal reproduction case, that would be really helpful.
Yes, here's the repo
@kaicataldo Thank you! It works now, sorry for my misplacing the parser
Glad you got it working :)
Intended outcome: I trired to start a new react native boilerplate project with mobX. After followed the steps to use decorators from document, expected to not see any error from eslint
Actual outcome: I got
Parsing error: Unexpected character '@'
from eslintHow to reproduce the issue:
Start a new react native project with bable 7
Versions
The configs in short:
package.json
babel.config.js
.eslintrc
The example screen to use decorators
The errors