Skip to content

Commit

Permalink
update stylelint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 3, 2025
1 parent 250cf8d commit e4e0ddf
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 247 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ updates:
dependency-type: development
ignore:
- dependency-name: '@playwright/test'
- dependency-name: 'node-fetch'
update-types:
- 'version-update:semver-major'
9 changes: 9 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
"extends": "stylelint-config-standard",
"rules": {
"selector-type-no-unknown": null,
"at-rule-descriptor-value-no-unknown": null,
"at-rule-no-unknown": [true, { "ignoreAtRules": ["position-try"] }],
"declaration-block-no-redundant-longhand-properties": null,
"declaration-property-value-no-unknown": [
true,
{
"ignoreProperties": {
"/.+/": ["/^anchor\\(/", "/^anchor-size\\(/"]
}
}
],
"function-no-unknown": [
true,
{ "ignoreFunctions": ["anchor", "anchor-size"] }
Expand Down
Loading

0 comments on commit e4e0ddf

Please sign in to comment.