Skip to content

Commit

Permalink
Add unconsidered rules
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Aug 30, 2024
1 parent 9a46a29 commit b7d6063
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/stylelint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default {
"declaration-property-unit-disallowed-list": null,
"declaration-property-value-allowed-list": null,
"declaration-property-value-disallowed-list": null,
"declaration-property-value-no-unknown": null,
"font-family-name-quotes": "always-unless-keyword",
"font-family-no-duplicate-names": true,
"font-family-no-missing-generic-family-keyword": true,
Expand Down Expand Up @@ -74,13 +75,17 @@ export default {
"keyframe-selector-notation": null,
"keyframes-name-pattern": null,
"length-zero-no-unit": true,
"lightness-notation": null,
"max-nesting-depth": null,
"media-feature-name-allowed-list": null,
"media-feature-name-disallowed-list": null,
"media-feature-name-no-unknown": true,
"media-feature-name-no-vendor-prefix": true,
"media-feature-name-value-allowed-list": null,
"media-feature-name-value-no-unknown": null,
"media-feature-name-unit-allowed-list": null,
"media-feature-range-notation": null,
"media-query-no-invalid": true,
"no-descending-specificity": true,
"no-duplicate-at-import-rules": true,
"no-duplicate-selectors": true,
Expand All @@ -90,13 +95,17 @@ export default {
"no-invalid-position-at-import-rule": true,
"no-irregular-whitespace": null,
"no-unknown-animations": true,
"no-unknown-custom-media": null,
"no-unknown-custom-properties": null,
"named-grid-areas-no-invalid": true,
"number-max-precision": null,
"property-allowed-list": null,
"property-disallowed-list": null,
"property-no-unknown": true,
"property-no-vendor-prefix": true,
"rule-empty-line-before": null,
"rule-selector-property-disallowed-list": null,
"selector-anb-no-unmatchable": true,
"selector-attribute-name-disallowed-list": null,
"selector-attribute-operator-allowed-list": null,
"selector-attribute-operator-disallowed-list": null,
Expand Down

0 comments on commit b7d6063

Please sign in to comment.