@racsys/eslint-config
v1.5.0
Published
ESLint configuration used by RAC
Downloads
852
Readme
RAC ESLint config
Setup
- Install the dependencies
npm i -D eslint @racsys/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@racsys/eslint-config/react"
// "extends": "@racsys/eslint-config/node"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.