1.1.7 • Published 6 years ago

eslint-plugin-ni-ps-lint v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

eslint-plugin-ni-ps-lint

custom rules for PS team

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ni-ps-lint:

$ npm install eslint-plugin-ni-ps-lint --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-ni-ps-lint globally.

Usage

Add ni-ps-lint to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "ni-ps-lint"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "ni-ps-lint/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago