@geops/eslint-config-react
v1.2.0
Published
Run the following command to install the ESLint configuration for React projects:
Downloads
691
Keywords
Readme
ESLint config for React
Run the following command to install the ESLint configuration for React projects:
npm install --save-dev @geops/eslint-config-react
Then, create a .eslintrc.json
file in the root of your project with the following content:
{
"extends": ["@geops/eslint-config-react"]
}