cse110-fa22-group29/.stylelintrc.json

7 lines
129 B
JSON
Raw Normal View History

2022-11-13 21:17:03 +00:00
{
2022-11-20 22:26:48 +00:00
"extends": "stylelint-config-standard",
"ignore": ["inside-parens", "param", "value"],
"rules":{
"indentation": "tab"
}
2022-11-13 21:17:03 +00:00
}