@bannerets/eslint-config-flow

0.6.0 • Public • Published

@bannerets/eslint-config-flow

Installation

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

Create .eslintrc.json:

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

Add npm script:

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

Readme

Keywords

none

Package Sidebar

Install

npm i @bannerets/eslint-config-flow

Weekly Downloads

2

Version

0.6.0

License

MIT

Unpacked Size

2.87 kB

Total Files

5

Last publish

Collaborators

  • comonoid