configure htmlHint and stylelint to use tab indentation,

fix html and css linting issues
This commit is contained in:
Arthur Lu
2022-11-21 03:50:54 +00:00
parent eed39f580f
commit b24b1110f6
9 changed files with 383 additions and 390 deletions

View File

@@ -1,4 +1,4 @@
{
"attr-value-not-empty": false,
"space-tab-mixed-disabled": false
"space-tab-mixed-disabled": "tab"
}