Skip to content

Commit 0cf10de

Browse files
committed
Remove stylelint max nesting depth exceptions config
1 parent 0b54a9b commit 0cf10de

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,7 @@
106106
],
107107
"rules": {
108108
"import-notation": null,
109-
"max-nesting-depth": [
110-
4,
111-
{
112-
"ignore": [
113-
"blockless-at-rules",
114-
"pseudo-classes"
115-
]
116-
}
117-
],
109+
"max-nesting-depth": 4,
118110
"no-descending-specificity": null,
119111
"selector-class-pattern": [
120112
"^([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

Comments
 (0)