cse110-fa22-group29/.stylelintrc.json
2022-11-20 14:26:48 -08:00

4 lines
91 B
JSON

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