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