npm.io
1.27.31 • Published 5 years ago

eslint-config-bitworkers

Licence
MIT
Version
1.27.31
Deps
15
Size
14 kB
Vulns
0
Weekly
0

travis build version downloads MIT License semantic-release

eslint-config-bitworkers

ESLint configuration for Bitworkers... Feel free to use this!

Usage

Install the config by running:

npm install --save-dev eslint eslint-config-bitworkers

Then add the extends to your .eslintrc.js:

module.exports = {
  extends: ['bitworkers'],
  rules: {
    // your overrides
  },
}

The following extends are available:

  • bitworkers (the default)
  • bitworkers/vue (for Vue projects, also includes the default)