0.0.1 • Published 6 months ago
eslint-plugin-maxim-kunt-plugin v0.0.1
eslint-plugin-maxim-kunt-plugin
plugin for rpodaction project
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-maxim-kunt-plugin
:
npm install eslint-plugin-maxim-kunt-plugin --save-dev
Usage
In your configuration file, import the plugin eslint-plugin-maxim-kunt-plugin
and add maxim-kunt-plugin
to the plugins
key:
import maxim-kunt-plugin from "eslint-plugin-maxim-kunt-plugin";
export default [
{
plugins: {
maxim-kunt-plugin
}
}
];
Then configure the rules you want to use under the rules
key.
import maxim-kunt-plugin from "eslint-plugin-maxim-kunt-plugin";
export default [
{
plugins: {
maxim-kunt-plugin
},
rules: {
"maxim-kunt-plugin/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.