4.6.3 • Published 4 years ago

eslint-plugin-stoic v4.6.3

Weekly downloads
555
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-stoic

Stoic Lint plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-stoic:

$ npm install eslint-plugin-stoic --save-dev

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

Usage

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

{
    "plugins": [
        "stoic"
    ]
}

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

{
    "rules": {
        "stoic/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
4.6.3

4 years ago

4.6.2

4 years ago

4.6.1

4 years ago

4.6.0

4 years ago

4.5.1

5 years ago

4.5.0

5 years ago

4.4.0

5 years ago

4.3.0

6 years ago

4.1.1

7 years ago

4.1.0

7 years ago

4.0.2

8 years ago

4.0.0

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

9 years ago

1.0.0

9 years ago