eslint-config-bitworkers

1.27.31 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-bitworkers

Weekly Downloads

0

Version

1.27.31

License

MIT

Unpacked Size

14.2 kB

Total Files

8

Last publish

Collaborators

  • mansetaashok