7.0.0 • Published 4 years ago

eslint-config-bce v7.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
4 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

4 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.5.0

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.3

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago