0.0.11 • Published 5 years ago
eslint-config-slashstar v0.0.11
@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"
]
}