0.0.11 • Published 4 years ago

eslint-config-slashstar v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@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"
    ]
}