Linter Packages

@mahdi.golzar/autolinter

AutoLinter is a simple tool for automatically linting and fixing your code. It allows you to define custom linting rules that can automatically detect and correct common code issues.

1.0.0 • Published 12 months ago

@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 } }

0.1.0 • Published 3 years ago