@mate-academy/html-lint
## 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 } }