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