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