0.4.0 • Published 4 years ago

@bannerets/eslint-config v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@bannerets/eslint-config

Installation

$ npm i -D eslint @bannerets/eslint-config

Create .eslintrc.json:

{
  "env": {
    "browser": true,
    "node": true,
    "es6": true
  },
  "extends": [
    "@bannerets/eslint-config"
  ]
}

Add npm script:

{
  "scripts": {
    "lint": "eslint . --max-warnings 0"
  }
}
0.4.0

4 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago