eslint-config-biddster

0.6.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-biddster

Weekly Downloads

1

Version

0.6.0

License

MIT

Last publish

Collaborators

  • biddster