0.0.14-0 • Published 4 years ago

eslint-plugin-input-rule v0.0.14-0

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

eslint-plugin-input-rule

这是一个规范input的插件

安装

首先需要安装该eslint插件 Input-rule:

yarn add eslint-plugin-input-rule

使用方法

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

{
    "extends":["plugin:eslint-plugin-input-rule/recommended"],
    "plugins": [
        "input-rule"
    ]
}

如果需要单独关闭,在下面rules中,将对应规则设置为false

{
    "rules": {
        "input-rule/valid-s-input": false,
    }
}

支持规则

  • Fill in provided rules here
0.0.14-0

4 years ago

0.0.12-0

4 years ago

0.0.13-1

4 years ago

0.0.9-2

4 years ago

0.0.11-0

4 years ago

0.0.10-0

4 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago