0.3.5 • Published 11 months ago

eslint-plugin-zx-plugin v0.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

12 months ago

0.1.2

11 months ago

0.1.1

12 months ago

0.3.5

11 months ago

0.3.2

11 months ago

0.1.4

11 months ago

0.3.1

11 months ago

0.1.3

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.1.5

11 months ago

0.0.0

1 year ago