0.3.5 • Published 1 year ago

eslint-plugin-zx-plugin v0.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-plugin-zx-plugin

plugin for my project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-zx-plugin:

npm install eslint-plugin-zx-plugin --save-dev

Usage

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

{
    "plugins": [
        "zx-plugin"
    ]
}

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

{
    "rules": {
        "zx-plugin/rule-name": 2
    }
}

Configurations

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

Rules

NameDescription
path-checkerrelative path checker
public-api-importspublic api import checker
0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.3.5

1 year ago

0.3.2

1 year ago

0.1.4

1 year ago

0.3.1

1 year ago

0.1.3

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.1.5

1 year ago

0.0.0

1 year ago