1.2.0 • Published 3 years ago

eslint-plugin-lint-magic-words v1.2.0

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

eslint-plugin-lint

eslint扩展规则

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-lint-magic-words:

$ npm install eslint-plugin-lint-magic-words --save-dev

Usage

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

{
    "plugins": [
        "lint-magic-words"
    ]
}

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

{
    "rules": {
        "lint-magic-words/timer-without-magic-words": "error"
    }
}

Supported Rules

  • Fill in provided rules here
1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago