We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fe999 commit 84943f6Copy full SHA for 84943f6
.stylelintrc.json
@@ -1,3 +1,19 @@
1
{
2
- "extends": ["stylelint-config-sass-guidelines", "stylelint-config-prettier"]
+ "extends": [
3
+ "stylelint-config-sass-guidelines",
4
+ "stylelint-config-prettier"
5
+ ],
6
+ "rules": {
7
+ "selector-no-qualifying-type": null,
8
+ "selector-class-pattern": null,
9
+ "scss/dollar-variable-pattern": null,
10
+ "scss/selector-no-redundant-nesting-selector": null,
11
+ "max-nesting-depth": null,
12
+ "selector-max-compound-selectors": null,
13
+ "scss/at-extend-no-missing-placeholder": null,
14
+ "declaration-property-value-disallowed-list": null,
15
+ "scss/percent-placeholder-pattern": null,
16
+ "scss/at-mixin-pattern": null,
17
+ "order/properties-alphabetical-order": null
18
+ }
19
}
0 commit comments