Skip to content

Commit

Permalink
Enable selector-nested-pattern rule to .stylelintrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
derweili committed Jan 30, 2023
1 parent a0a5c86 commit 0c59454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"value-keyword-case": [ "lower", {
"ignoreKeywords": ["/([A-Z])/"]
}
]
],
"selector-nested-pattern": "^(?!&__|&--|&-|&_).*"
}
}

0 comments on commit 0c59454

Please sign in to comment.