Skip to content

Commit

Permalink
chore(stylelintrc): add openforms to stylelintrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Apr 12, 2024
1 parent f8f34e2 commit 4aa0ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"scss/percent-placeholder-pattern": "^(example|utrecht)-[a-z0-9-]+$",
"scss/operator-no-newline-after": null,
"scss/at-extend-no-missing-placeholder": null,
"custom-property-pattern": "^_?(todo|example|denhaag|utrecht)-[a-z0-9-]+$",
"selector-class-pattern": "^(todo|example|denhaag|utrecht)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(todo|example|utrecht)-[a-z0-9-]+$",
"custom-property-pattern": "^_?(todo|example|denhaag|utrecht|openforms|of)-[a-z0-9-]+$",
"selector-class-pattern": "^(todo|example|denhaag|utrecht|openforms)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(todo|example|utrecht|openforms)-[a-z0-9-]+$",
"at-rule-no-unknown": null,
"block-no-empty": [true],
"color-no-invalid-hex": [true],
Expand Down

0 comments on commit 4aa0ceb

Please sign in to comment.