We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b3c87 commit a854533Copy full SHA for a854533
.stylelintrc.json
@@ -2,6 +2,6 @@
2
"extends": ["stylelint-config-standard-scss"],
3
"rules": {
4
"no-descending-specificity": null,
5
- "operator-no-newline-after": null
+ "scss/operator-no-newline-after": null
6
}
7
0 commit comments