2.2.2 • Published 11 months 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
11 months ago
3.0.12
11 months ago
3.0.4
11 months ago
3.0.3
11 months ago
3.0.10
11 months ago
3.0.2
11 months ago
3.0.11
11 months ago
3.0.1
11 months ago
3.0.8
11 months ago
3.0.7
11 months ago
3.0.6
11 months ago
3.0.5
11 months ago
3.0.0
11 months ago
2.2.1
1 year ago
2.2.0
1 year ago
2.2.2
1 year 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
2 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