1.0.3 • Published 2 years ago
@fxliperibeiro/eslint-config v1.0.3
@fxliperibeiro ESLint config
Setup
- Install the dependencies
npm i -D eslint @fxliperibeiro/eslint-config
- Create a
.eslintrc.json
file extending the config:
React:
{
"extends": "@rocketseat/eslint-config/react"
}
Node:
{
"extends": "@rocketseat/eslint-config/node"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.