eslint-config-react-app
Last updated
Was this helpful?
Last updated
Was this helpful?
This package includes the shareable ESLint configuration used by . Please refer to its documentation:
– How to create a new app.
– How to develop apps bootstrapped with Create React App.
The easiest way to use this configuration is with , which includes it by default.
You don’t need to install it separately in Create React App projects.
If you want to use this ESLint configuration in a project not built with Create React App, you can install it with the following steps.
First, install this package, ESLint and the necessary plugins.
Then create a file named .eslintrc.json
with following contents in the root folder of your project:
That's it! You can override the settings from eslint-config-react-app
by editing the .eslintrc.json
file. Learn more about on the ESLint website.
If you want to enable even more accessibility rules, you can create an .eslintrc.json
file in the root of your project with this content:
The following rules from the plugin are activated:
However, if you are using and have not ejected, any additional rules will only be displayed in the , but not in the browser or the terminal.