eslint-config-ksi
v1.2.0
Published
ESLint configuration used by Kingspan Isoeste.
Downloads
10
Maintainers
Readme
Kingspan Isoeste ESLint config
Whats included?
- Standard config base;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @kingspanisoeste/eslint-config
- Create a
.eslintrc.json
file extending the config:
{
"extends": "@kingspanisoeste/eslint-config/react"
}
You can also use a
.eslintrc.js
instead of JSON if you prefer.