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

Commit 7da9149

Browse files
committed
fix(stylelint): switch default conf, update it
1 parent a17912f commit 7da9149

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/.stylelintrc.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"plugins": [
3-
"stylelint-scss",
3+
"stylelint-scss"
44
],
55
"ignoreFiles": [],
66
"rules": {
@@ -9,13 +9,12 @@
99
"indentation": 2,
1010
"max-nesting-depth": 3,
1111
"selector-max-specificity": "0,3,3",
12-
"selector-no-id": true,
1312
"scss/at-extend-no-missing-placeholder": true,
1413
"scss/selector-no-redundant-nesting-selector": true,
1514
"at-rule-no-vendor-prefix": true,
1615
"media-feature-name-no-vendor-prefix": true,
1716
"property-no-vendor-prefix": true,
1817
"selector-no-vendor-prefix": true,
19-
"value-no-vendor-prefix": true,
18+
"value-no-vendor-prefix": true
2019
}
2120
}

0 commit comments

Comments
 (0)