0.0.2 • Published 9 months ago

eslint-plugin-kidar v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

eslint-plugin-kidar

rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-kidar:

npm install eslint-plugin-kidar --save-dev

Usage

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

{
    "plugins": [
        "kidar"
    ]
}

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

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

Configurations

Name
āœ…recommended

Rules

šŸ”§ Automatically fixable by the --fix CLI option.

NameDescriptionšŸ”§
no-chinesecheck chinese in codešŸ”§
0.0.1

9 months ago

0.0.2

9 months ago

0.0.2-beta

9 months ago

0.0.1-beta2

9 months ago

0.0.1-beta

9 months ago