eslint-config-slashstar
v0.0.11
Published
Do what thou wilt AND obey the linter shall be the whole of the law
Downloads
7
Readme
@evokedset/eslint-config-evokedset
Installation
yarn add eslint @slashstar/eslint-config-slashstar --dev
or
npm install --save-dev eslint @slashstar/eslint-config-slashstar
Then add .eslintrc.json
or .eslintrc.js
to the root of your project.
{
"extends": [
"@slashstar/eslint-config-slashstar"
]
}
module.exports = {
"extends": [
"@slashstar/eslint-config-slashstar"
]
}