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