mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-10-08 19:40:18 +00:00
fix stylelint to allow tabs as indent
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard"
|
||||
"extends": "stylelint-config-standard",
|
||||
"ignore": ["inside-parens", "param", "value"]
|
||||
}
|
Reference in New Issue
Block a user