This package has been deprecated

Author message:

Deprecated.

@bannerets/eslint-config

0.4.0 • Public • Published

@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"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @bannerets/eslint-config

Weekly Downloads

16

Version

0.4.0

License

MIT

Unpacked Size

6.68 kB

Total Files

5

Last publish

Collaborators

  • comonoid