Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 13d1a69

Browse files
committed
fix(stylelint): improve rules
1 parent 7da9149 commit 13d1a69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/.stylelintrc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"declaration-colon-space-after": "always",
88
"declaration-no-important": true,
99
"indentation": 2,
10-
"max-nesting-depth": 3,
11-
"selector-max-specificity": "0,3,3",
12-
"scss/at-extend-no-missing-placeholder": true,
10+
"max-nesting-depth": 5,
11+
"selector-max-specificity": "0,5,5",
12+
"scss/at-extend-no-missing-placeholder": null,
1313
"scss/selector-no-redundant-nesting-selector": true,
1414
"at-rule-no-vendor-prefix": true,
1515
"media-feature-name-no-vendor-prefix": true,

0 commit comments

Comments
 (0)