Skip to content

Commit 8adca05

Browse files
committed
Updated stylelint config (selector-no-id >> selector-max-id)
1 parent 20ae06a commit 8adca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"property-case": "lower",
165165
"property-no-vendor-prefix": true,
166166
"selector-max-compound-selectors": 3,
167-
"selector-no-id": true,
167+
"selector-max-id": 0,
168168
"selector-no-vendor-prefix": true,
169169
"selector-pseudo-class-case": "lower",
170170
"selector-pseudo-class-no-unknown": true,

0 commit comments

Comments
 (0)