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