7.0.0 • Published 5 years ago

eslint-config-bce v7.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
5 years ago

eslint-config-bce

Eslint config for nodejs/es6

Usage

  1. Install
npm install --save-dev eslint eslint-config-bce
  1. add config to .eslintrc
{
  extends: 'eslint-config-bce',
  rules: {
    // custom rules
  }
}
  1. add lint command in project's package.json
{
 "scripts": {
   "lint": "eslint src"
 }
}
  1. run
npm run lint
npm run lint --fix   # lint and auto fix

Browser or React project lint refer to eslint-config-bcd-react

7.0.0

5 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago