@raulscoelho/eslint-config
v1.1.2
Published
ESLint configuration used by Raul Semicek Coelho.
Downloads
12
Readme
RaulSCoelho ESLint config
Setup
React (with Next.js)
Install dependencies:
npm i -D eslint @raulscoelho/eslint-config
Inside .eslintrc.json
{
"extends": [
"@raulscoelho/eslint-config/next",
"next/core-web-vitals"
]
}
Node.js
Install dependencies:
npm i -D eslint @raulscoelho/eslint-config
Inside .eslintrc.json
{
"extends": "@raulscoelho/eslint-config/node"
}