1.0.0 • Published 3 years ago
eslint-plugin-template-template v1.0.0
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-template
This 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
LICENSE
MIT
1.0.0
3 years ago