Skip to content

Commit

Permalink
Remove stylelint max nesting depth exceptions config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Aug 13, 2024
1 parent 0b54a9b commit 0cf10de
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,7 @@
],
"rules": {
"import-notation": null,
"max-nesting-depth": [
4,
{
"ignore": [
"blockless-at-rules",
"pseudo-classes"
]
}
],
"max-nesting-depth": 4,
"no-descending-specificity": null,
"selector-class-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*((__([a-z][a-z0-9]*)(-[a-z0-9]+)*)?(--([a-z][a-z0-9]*)(-[a-z0-9]+)*)?)$",
Expand Down

0 comments on commit 0cf10de

Please sign in to comment.