## 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 } }
npm install @mate-academy/html-lint@mate-academy/html-lint npm package
$ 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
}
}
``