eslint-config-bundle

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-bundle

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

9.44 kB

Total Files

14

Last publish

Collaborators

  • kadirgoktas