@aller/eslint-config-aller
v0.8.2
Published
Aller Media's ESLint config
Downloads
208
Keywords
Readme
eslint-config-aller
Installation
Get started by running this command in the root of your project:
yarn add eslint @aller/eslint-config-aller --dev
or
npm install --save-dev eslint @aller/eslint-config-aller
Then add an .eslintrc.json
file to the root of your project (see Documentation below) before running the eslint
command, with the following:
{
"extends": [
"@aller/eslint-config-aller"
]
}
NOTE: eslint
plugins are available for most modern text editors, like Atom, emacs, vim, Sublime Text, etc.