Skip to content
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

Closed
dmnd opened this issue Feb 22, 2015 · 3 comments
Closed

Use eslint instead of jshint #71

dmnd opened this issue Feb 22, 2015 · 3 comments

Comments

@dmnd
Copy link

dmnd commented Feb 22, 2015

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.

@koistya
Copy link
Member

koistya commented Feb 22, 2015

👍

1 similar comment
@sdiaz
Copy link

sdiaz commented Feb 22, 2015

👍

@ivanoats
Copy link

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.

koistya added a commit that referenced this issue Feb 27, 2015
@nason nason mentioned this issue Feb 28, 2015
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants