cse110-fa22-group29/.htmlhintrc
Arthur Lu b24b1110f6 configure htmlHint and stylelint to use tab indentation,
fix html and css linting issues
2022-11-21 03:50:54 +00:00

5 lines
77 B
JSON

{
"attr-value-not-empty": false,
"space-tab-mixed-disabled": "tab"
}