cse110-fa22-group29/.stylelintrc.json
Arthur Lu 793e7891b3 prettier style fixes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-12-03 02:02:52 +00:00

8 lines
131 B
JSON

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