We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to configure text editors and IDEs to work with React.js, ES6+, JSX, Babel, ESLint...
See /docs/how-to-configure-text-editors.md
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hello, now we have our .eslintrc moved into package.json. How can we configure editors and IDEs then?
@stupidisum editors use eslint npm module behind the scene which is capable of reading configuration from package.json.
eslint
package.json
Here is an example how to configure WebStorm IDE to use ESLint:
It should work fine, even though there is no .eslintrc file, but all ESLint settings are located in package.json.
.eslintrc
How about visual studio code?
No branches or pull requests
How to configure text editors and IDEs to work with React.js, ES6+, JSX, Babel, ESLint...
See /docs/how-to-configure-text-editors.md
The text was updated successfully, but these errors were encountered: