Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to use standard in conjunction with eslint-config-standard-react #885
Comments
This comment has been minimized.
This comment has been minimized.
|
Yes, it would have to be done using Take a look at standard's eslintrc file for a sample of how to do this. Just be sure to Closing this issue, but feel free to respond! |
Flet
closed this
Jun 8, 2017
This comment has been minimized.
This comment has been minimized.
|
For now, the only way to use that config is to set up eslint yourself. It didn't make sense to force React rules on everyone since there are actually lots of frameworks that use JSX these days besides React and it was causing trouble for those users. There are some proposals for how to enable using little add-on rule sets that I've been thinking about, but none implemented yet. |
mrchief commentedMay 12, 2017
How does one use standard in conjunction with eslint-config-standard-react? Add eslintrc and extend it with eslint-config-standard-react? Isn't that going against the philosophy of standard (no config, no eslintrc)?
Its dupe of feross/standard-react#13 but hoping it'll get an answer here.