0.0.16 • Published 7 months ago
eslint-plugin-pavlenko-plugin-eslint-checker v0.0.16
eslint-plugin-pavlenko-plugin-eslint-checker
path plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
плагин не проверен на windows
Next, install eslint-plugin-pavlenko-plugin-eslint-checker
:
npm install eslint-plugin-pavlenko-plugin-eslint-checker --save-dev
Usage
In your configuration file, import the plugin eslint-plugin-pavlenko-plugin-eslint-checker
and add pavlenko-plugin-eslint-checker
to the plugins
key:
import pavlenko-plugin-eslint-checker from "eslint-plugin-pavlenko-plugin-eslint-checker";
export default [
{
plugins: {
pavlenko-plugin-eslint-checker
}
}
];
Then configure the rules you want to use under the rules
key.
import pavlenko-plugin-eslint-checker from "eslint-plugin-pavlenko-plugin-eslint-checker";
export default [
{
plugins: {
pavlenko-plugin-eslint-checker
},
rules: {
"pavlenko-plugin-eslint-checker/rule-name": "warn"
}
}
];
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.
0.0.16
7 months ago
0.0.11
7 months ago
0.0.12
7 months ago
0.0.13
7 months ago
0.0.14
7 months ago
0.0.15
7 months ago
0.0.10
9 months ago
0.0.9
9 months ago
0.0.8
9 months ago
0.0.5
9 months ago
0.0.7
9 months ago
0.0.6
9 months ago
0.0.4
10 months ago
0.0.3
10 months ago
0.0.2
10 months ago
0.0.1
10 months ago
0.0.0
10 months ago