eslint-root
v1.0.3
Published
Eslint config to frontend projects
Downloads
1
Readme
⚡ Eslint Root
This project was created to help and speed up the eslint configurations in frontend projects using React and NextJS (Remix.run soon!!)
⚙️ Setup
Install dependencies:
npm install -D eslint @babiloon/eslint-root
The nexts steps have to be inside your .eslintrc.json
:
ReactJS:
{
"extends": "@babiloon/eslint-root"
}
NextJS:
{
"extends": [
"@babiloon/eslint-root",
"next/core-web-vitals"
]
}