Skip to content

Commit ac7846c

Browse files
Disable scss/dollar-variable-colon-space-after rule (conflicts with prettier)
1 parent d40919d commit ac7846c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.stylelintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"at-rule-no-unknown": null,
88
"at-rule-disallowed-list": ["import"],
99
"scss/at-rule-no-unknown": true,
10+
"scss/dollar-variable-colon-space-after": null,
1011
"scss/dollar-variable-pattern": null,
1112
"scss/at-import-partial-extension": null,
1213
"scss/no-global-function-names": null,

0 commit comments

Comments
 (0)