1.14.0 • Published 7 months ago

eslint-plugin-sui v1.14.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

eslint-plugin-sui

Set of sui lint rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-sui:

npm install eslint-plugin-sui --save-dev

Usage

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

{
    "plugins": [
        "sui"
    ]
}

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

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

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

TODO: Run eslint-doc-generator to generate the rules list.

1.14.0

7 months ago

1.13.0

9 months ago

1.12.0

10 months ago

1.11.0

10 months ago

1.10.0

11 months ago

1.9.0

12 months ago

1.8.0

12 months ago

1.7.0

12 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0-beta.10

1 year ago

1.0.0-beta.6

1 year ago

1.0.0-beta.7

1 year ago

1.0.0-beta.8

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago