1.3.1 • Published 7 years ago

eslint-plugin-justinanastos v1.3.1

Weekly downloads
129
License
ISC
Repository
github
Last release
7 years ago

eslint-plugin-justinanastos

Build Status npm dependencies devDependencies

My personal ESLint rules.

Installation

There is a peerDependencies on eslint@^3.16.

$ npm i --save-dev eslint-plugin-justinanastos eslint

Usage

package.json

{
  // ...
  "eslintConfig": {
    "plugins": [
      "justinanastos"
    ]
  }
}

.eslintrc

{
  "plugins": [
    "justinanastos"
  ]
}

Supported Rules

Recommended Config

We support a recommended config for the rules.

Enable

{
  "extends": "plugin:justinanastos/recommended",
  "plugins": [
    "justinanastos"
  ]
}

License

MIT © Justin Anastos

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago