Skip to content

Commit 07b3c87

Browse files
committed
Disable operator-no-newline-after in Stylelint
1 parent 2cf4502 commit 07b3c87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.stylelintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": ["stylelint-config-standard-scss"],
33
"rules": {
4-
"no-descending-specificity": null
4+
"no-descending-specificity": null,
5+
"operator-no-newline-after": null
56
}
67
}

0 commit comments

Comments
 (0)