@mate-academy/html-lint
v0.1.0
Published
## Usage ``` $ npm install @mate-academy/html-lint ``` next ``` $ npx @mate-academy/html-lint ``` ## Config file name - `.html-lintrc.json` ```json { "ignore": [ "node_module", "**/test/*.html", ], "rules": { "rule-id": true } }
Downloads
6
Maintainers
Readme
@mate-academy/html-lint
npm package
Usage
$ npm install @mate-academy/html-lint
next
$ npx @mate-academy/html-lint
Config
file name - .html-lintrc.json
{
"ignore": [
"node_module",
"**/test/*.html",
],
"rules": {
"rule-id": true
}
}