1.2.0 • Published 8 months ago

@geops/eslint-config-react v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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"]
}