style: Fix styelint warning (#336)
Deprecation Warning: 'selector-no-id' has been deprecated and in 8.0 will be removed. Instead use 'selector-max-id' with '0' as its primary option. See: https://stylelint.io/user-guide/rules/selector-no-id/
This commit is contained in:
committed by
László Monda
parent
66525f7e84
commit
1796e61f02
+1
-1
@@ -66,6 +66,6 @@
|
||||
"selector-pseudo-element-colon-notation": "single",
|
||||
"selector-pseudo-element-no-unknown": true,
|
||||
"selector-type-case": "lower",
|
||||
"selector-no-id": true
|
||||
"selector-max-id": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user