1.5.0 • Published 6 months ago
@geops/eslint-config-react v1.5.0
ESLint config for React
Run the following command to install the ESLint configuration for React projects:
npm install --save-dev @geops/eslint-config-reactUsing flat config (eslint >= 9)
Then, create a eslint.config.mjs file in the root of your project with the following content:
import geopsFlatConfig from "@geops/eslint-config-react/flat";
export default [...geopsFlatConfig];Using deprecated config (eslint < 9)
Then, create a .eslintrc.json file in the root of your project with the following content:
{
"extends": ["@geops/eslint-config-react"]
}Updating rules
If you have to updatethe list of custom rules DO NOT FORGET to add them in ./rules.js files and in the flat/rules.mjs file.
1.5.0
6 months ago
1.4.1
8 months ago
1.3.2
12 months ago
1.4.0
9 months ago
1.3.1
12 months ago
1.3.0
12 months ago
1.5.0-beta.0
9 months ago
1.5.0-beta.2
7 months ago
1.5.0-beta.1
9 months ago
1.5.0-beta.8
6 months ago
1.5.0-beta.7
6 months ago
1.5.0-beta.9
6 months ago
1.5.0-beta.4
7 months ago
1.5.0-beta.3
7 months ago
1.5.0-beta.6
7 months ago
1.5.0-beta.5
7 months ago
1.5.0-beta.12
6 months ago
1.5.0-beta.11
6 months ago
1.5.0-beta.10
6 months ago
1.4.0-beta.0
9 months ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago