-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 eslint instead of jshint #71
Comments
👍 |
1 similar comment
👍 |
Until ESLint supports ES6 modules, you can also use JSCS and Esprima-fb to lint JSX / ES6 code. See config in https://youtrack.jetbrains.com/issue/WEB-13511. Let me know if you want a P.R. for this. |
Merged
vishwanatharondekar
added a commit
to vishwanatharondekar/react-starter-kit
that referenced
this issue
Oct 16, 2015
vishwanatharondekar
added a commit
to vishwanatharondekar/react-starter-kit
that referenced
this issue
Oct 16, 2015
This was referenced Dec 2, 2022
Open
This was referenced Jan 6, 2023
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eslint supports JSX and some ES6 features. That will allow you to get rid of all those
/* jshint ignore:start */
.Note that right now ES6 imports are not yet implemented by eslint, but they should be coming soon.
The text was updated successfully, but these errors were encountered: