0.0.14-0 • Published 2 years ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.0.12-0

2 years ago

0.0.13-1

2 years ago

0.0.9-2

2 years ago

0.0.11-0

2 years ago

0.0.10-0

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago