eslint-config-klayr-base
v2.0.3
Published
Base eslint config for Klayr projects.
Downloads
84
Readme
eslint-config-klayr-base
This is the base eslint config for use in Klayr projects. It extends eslint-config-airbnb-base
, with a few overrides.
Installation
npm install --save-dev eslint-config-klayr-base
Usage
In your .eslintrc.json
file:
{
"extends": ["klayr-base"]
}
Contributing
PRs are welcome if the reasoning for the proposed change is provided.