2.2.2 • Published 1 year ago
@rocketseat/eslint-config v2.2.2
Rocketseat ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
React (with Next.js)
Install dependencies:
npm i -D eslint @rocketseat/eslint-config
Inside .eslintrc.json
{
"extends": [
"@rocketseat/eslint-config/next",
"next/core-web-vitals"
]
}
React (without Next.js)
Install dependencies:
npm i -D eslint @rocketseat/eslint-config
Inside .eslintrc.json
{
"extends": "@rocketseat/eslint-config/react"
}
Node.js
Install dependencies:
npm i -D eslint @rocketseat/eslint-config
Inside .eslintrc.json
{
"extends": "@rocketseat/eslint-config/node"
}
3.0.9
1 year ago
3.0.12
1 year ago
3.0.4
1 year ago
3.0.3
1 year ago
3.0.10
1 year ago
3.0.2
1 year ago
3.0.11
1 year ago
3.0.1
1 year ago
3.0.8
1 year ago
3.0.7
1 year ago
3.0.6
1 year ago
3.0.5
1 year ago
3.0.0
1 year ago
2.2.1
2 years ago
2.2.0
2 years ago
2.2.2
2 years ago
2.1.0
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.3.0
2 years ago
1.2.0
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago