1.0.29 • Published 6 months ago
@agsolutions/eslint-config v1.0.29
AGSolutions ESLint config
Whats included?
- airbnb config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @agsolutions/eslint-config
or
yarn add -D eslint @agsolutions/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@agsolutions/eslint-config/react"
// "extends": "@agsolutions/eslint-config/node"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.
React (with Next.js)
Install dependencies:
npm i -D eslint @agsolutions/eslint-config
Inside .eslintrc.json
{
"extends": [
"@agsolutions/eslint-config/next",
"next/core-web-vitals"
]
}
React (without Next.js)
Install dependencies:
npm i -D eslint @agsolutions/eslint-config
Inside .eslintrc.json
{
"extends": "@agsolutions/eslint-config/react"
}
Node.js
Install dependencies:
npm i -D eslint @agsolutions/eslint-config
Inside .eslintrc.json
{
"extends": "@agsolutions/eslint-config/node"
}
1.0.29
6 months ago
1.0.28
7 months ago
1.0.26
7 months ago
1.0.27
7 months ago
1.0.25
11 months ago
1.0.24
1 year ago
1.0.23
2 years ago
1.0.22
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago