1.1.7 • Published 1 year ago

eslint-plugin-sinsegye-rules v1.1.7

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

eslint-plugin-sinsegyerules

自定义规则-中科时代

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-sinsegyerules:

npm install eslint-plugin-sinsegyerules --save-dev

Usage

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

{
  "plugins": ["sinsegyerules"]
}

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

{
  "rules": {
    "sinsegyerules/rule-name": 2
  }
}

Configurations

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

Rules

TODO: Run eslint-doc-generator to generate the rules list.

User

ide

'sinsegye-rules/function': 'error',
'sinsegye-rules/theiatype': 'error',
'sinsegye-rules/let': 'error',
'sinsegye-rules/classtype': 'error',
'sinsegye-rules/classname': 'error',

web 'sinsegye-rules/function': 'error', 'sinsegye-rules/constants': 'error', 'sinsegye-rules/let': 'error', 'sinsegye-rules/classtype': 'error', 'sinsegye-rules/classname': 'error',

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago