0.0.6 • Published 2 years ago

eslint-plugin-require-lodash-import v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

eslint-plugin-require-lodash-import

使用了lodash,却没有引用lodash的检测规则

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-require-lodash-import:

npm install eslint-plugin-require-lodash-import --save-dev

Usage

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

{
    "plugins": [
        "require-lodash-import"
    ]
}

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

{
    "rules": {
        "require-lodash-import/rule-name": 2
    }
}

Rules

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

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago