eslint-plugin-template-template
v1.0.0
Published
template for creating an eslint plugin
Maintainers
Readme
Installation
This module is distributed via npm which is bundled with node and
should be installed as one of your project's devDependencies:
npm install --save-dev eslint-plugin-templateThis library has a required peerDependencies listing for eslint.
Usage
Add template to the plugins section of your .eslintrc configuration file.
You can omit the eslint-plugin- prefix:
{
"plugins": ["template"]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"template/template": "error"
}
}Further Reading
- https://eslint.org/
LICENSE
MIT
