1.1.0 • Published 7 years ago

@appearhere/eslint-config-appearhere v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Using this config

First install the configuration as a dependency:

yarn install @appearhere/eslint-config-appearhere

Then, in your eslint.js, add it to your extends property. Typically, you’ll do this after extending AirBnb's:

module.exports = {
  extends: [
    'airbnb',
    '@appearhere/appearhere'
  ]
}