0.0.12 • Published 4 years ago

eslint-config-better v0.0.12

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

eslint-config-better

toc

Better ESLint configs, JavaScript Better Style, ESLint Shareable Config

install

npm i -D eslint-config-better

extends in .eslintrc.js

module.exports = {
  extends: [
    'better', // or eslint-config-better
  ],
  rules: {
    // ...other custom rules
  }
}
0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago