0.6.0 • Published 6 years ago

eslint-config-biddster v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-biddster

Container for the various eslint configs I have (and will have).

Installation

$ cd your-project
$ npm install eslint eslint-config-biddster --save-dev

Configuration

Add this to your package.json:

"eslintConfig": {
    "env": {
      "es6": true,
      "node": true,
      "mocha": true
    },
    "parserOptions": {
      "ecmaVersion": 6,
      "sourceType": "module"
    },
    "extends": "eslint-config-biddster/es6-node"
  }
0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago