mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
b24b1110f6
fix html and css linting issues
7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"ignore": ["inside-parens", "param", "value"],
|
|
"rules":{
|
|
"indentation": "tab"
|
|
}
|
|
} |