diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2f5c013..a151cd4 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -24,7 +24,11 @@ jobs: "declaration-block-no-shorthand-property-overrides": null, "font-family-no-duplicate-names": null, "selector-class-pattern": null, - "keyframes-name-pattern": null + "selector-id-pattern": null, + "keyframes-name-pattern": null, + "declaration-block-single-line-max-declarations": null, + "property-no-unknown": null, + "declaration-property-value-no-unknown": null } }' > .stylelintrc.json stylelint "**/*.css" --allow-empty-input --fix || stylelint "**/*.css" --allow-empty-input