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