Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 5f10077

Browse files
committed
🔧 Set selector-max-type to 1
1 parent a12b65b commit 5f10077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/language-features.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = {
120120
'selector-max-specificity': '0,4,0',
121121

122122
// limit the number of type in a selector
123-
'selector-max-type': null,
123+
'selector-max-type': 1,
124124

125125
// limit the number of universal selectors in a selector
126126
'selector-max-universal': null,

0 commit comments

Comments
 (0)