Skip to content

Commit 892e3f0

Browse files
committed
fix: remove unused rule
1 parent 9bd21a0 commit 892e3f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.stylelintrc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": ["stylelint-config-standard"],
3-
"rules": {
4-
"string-quotes": "single"
5-
}
2+
"extends": ["stylelint-config-standard"]
63
}

0 commit comments

Comments
 (0)