1.0.2 • Published 1 year ago
@andrebrito16/eslint-config v1.0.2
My Personal ESLint config
Setup
Next.js
- Install dependencies:
npm i -D eslint @andrebrito16/eslint-config
- Modify eslintrc.json:
{
"extends": [
"@andrebrito16/eslint-config/next",
"next/core-web-vitals"
]
}