eslint-plugin-gwizxs-plugin
v0.0.8
Published
plugin for my projects or production
Maintainers
Readme
eslint-plugin-gwizxs-plugin
plugin for my projects or production
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-gwizxs-plugin:
npm install eslint-plugin-gwizxs-plugin --save-devUsage
In your configuration file, import the plugin eslint-plugin-gwizxs-plugin and add gwizxs-plugin to the plugins key:
import gwizxs-plugin from "eslint-plugin-gwizxs-plugin";
export default [
{
plugins: {
gwizxs-plugin
}
}
];Then configure the rules you want to use under the rules key.
import gwizxs-plugin from "eslint-plugin-gwizxs-plugin";
export default [
{
plugins: {
gwizxs-plugin
},
rules: {
"gwizxs-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.
