cse110-fa22-group29/.stylelintrc.json
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

7 lines
129 B
JSON

{
"extends": "stylelint-config-standard",
"ignore": ["inside-parens", "param", "value"],
"rules":{
"indentation": "tab"
}
}