0.0.12 • Published 3 years ago

eslint-config-better v0.0.12

Weekly downloads
1
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago