Skip to content

ridakk/eslint-config-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-bundle

Eslint configuration bundle

How to use

  npm i -D eslint-config-bundle

create an .eslintrc.yaml

---
env:
  node: true
  es6: true

extends:
  - bundle/env/core.yaml

if you want to include nodejs rule set

add node.yaml to extends block

  - bundle/env/node.yaml

if you have tests with mocha and chai

add below mocha.yaml & chai.yaml to extends block

  - bundle/env/mocha.yaml
  - bundle/env/chai.yaml

Bundled configurations

About

bundle of eslint rule sets

Resources

License

Stars

Watchers

Forks

Packages

No packages published