mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-09 21:24:44 +00:00
793e7891b3
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"ignore": ["inside-parens", "param", "value"],
|
|
"rules": {
|
|
"indentation": "tab"
|
|
}
|
|
}
|