eslint-config-zals
v0.1.8
Published
ESLint Config for the ZALS JavaScript style guide
Downloads
27
Maintainers
Readme
eslint-config-zals
ESLint Config for the ZALS JavaScript style guide
Installation
Instal useing:
# For yarn:
yarn add eslint-config-zals eslint --dev
# For npm:
npm install --save-dev eslint-config-zals eslint
Usage
Add ion rules to the plugins section of your .eslintrc configuration file.
{
"extends": ["zals"]
}
Or
{
"extends": ["eslint-config-zals"]
}