eslint-config-bce

7.0.0 • Public • Published

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

/eslint-config-bce/

    Package Sidebar

    Install

    npm i eslint-config-bce

    Weekly Downloads

    13

    Version

    7.0.0

    License

    ISC

    Unpacked Size

    7.55 kB

    Total Files

    6

    Last publish

    Collaborators

    • bencode