.markuplintrc 214 Bytes
{
 "parser": {
   ".html$": "markuplint-angular-parser"
 },
 "rules": {
   "attr-equal-space-after": "never",
   "attr-equal-space-before": "never",
   "indentation": 2
 },
 "excludeFiles": ["./src/index.html"],
}