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