We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b54a9b commit 0cf10deCopy full SHA for 0cf10de
1 file changed
package.json
@@ -106,15 +106,7 @@
106
],
107
"rules": {
108
"import-notation": null,
109
- "max-nesting-depth": [
110
- 4,
111
- {
112
- "ignore": [
113
- "blockless-at-rules",
114
- "pseudo-classes"
115
- ]
116
- }
117
- ],
+ "max-nesting-depth": 4,
118
"no-descending-specificity": null,
119
"selector-class-pattern": [
120
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*((__([a-z][a-z0-9]*)(-[a-z0-9]+)*)?(--([a-z][a-z0-9]*)(-[a-z0-9]+)*)?)$",
0 commit comments