1.0.15 • Published 2 years ago

eslint-plugin-wn-fecodescan v1.0.15

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

eslint-plugin-wn-fecodescan

wn 前端代码扫描插件

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-wn-fecodescan:

$ npm install eslint-plugin-wn-fecodescan --save-dev

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

Usage

Add comments-key to the plugins section of your .eslintrc configuration file or package.json. You can omit the eslint-plugin- prefix:

package.json demo

"eslintConfig": {
    "plugins": [
      "wn-fecodescan"
    ],
    "rules": {
      'wn-fecodescan/xxxx': 'error',
    }
}

After the configuration is complete, you can see the prompts when coding and building

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago