Skip to content

Commit

Permalink
Merge pull request #1001 from Webperf-se/stylelint-rules-updates
Browse files Browse the repository at this point in the history
Update Stylelint Configuration with Latest Rules
  • Loading branch information
cockroacher authored Mar 4, 2025
2 parents a8982cb + f70dac8 commit f5f1012
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions defaults/css-stylelint-standard.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
{
"rules": {
"named-grid-areas-no-invalid": true,
"annotation-no-unknown": true,
"no-unknown-custom-media": true,
"at-rule-descriptor-no-unknown": true,
"at-rule-prelude-no-invalid": true,
"unit-no-unknown": true,
"selector-pseudo-class-no-unknown": true,
"at-rule-no-unknown": true,
"media-feature-name-no-unknown": true,
"function-linear-gradient-no-nonstandard-direction": true,
"declaration-property-value-keyword-no-deprecated": true,
"property-no-unknown": true,
"no-unknown-custom-properties": true,
"function-no-unknown": true,
"no-unknown-animations": true,
"color-no-invalid-hex": true,
"annotation-no-unknown": true,
"at-rule-descriptor-value-no-unknown": true,
"no-empty-source": true,
"media-feature-name-value-no-unknown": true,
"no-invalid-double-slash-comments": true,
"named-grid-areas-no-invalid": true,
"no-invalid-position-at-import-rule": true,
"declaration-property-value-no-unknown": true,
"function-linear-gradient-no-nonstandard-direction": true,
"no-empty-source": true,
"at-rule-no-deprecated": true,
"selector-pseudo-element-no-unknown": true,
"no-unknown-animations": true,
"no-unknown-custom-properties": true,
"media-feature-name-no-unknown": true,
"comment-no-empty": true,
"no-invalid-double-slash-comments": true,
"media-feature-name-value-no-unknown": true,
"selector-type-no-unknown": true,
"media-query-no-invalid": true,
"at-rule-descriptor-no-unknown": true,
"function-no-unknown": true,
"block-no-empty": true,
"at-rule-no-unknown": true,
"selector-type-no-unknown": true,
"property-no-unknown": true,
"selector-pseudo-class-no-unknown": true,
"at-rule-prelude-no-invalid": true,
"no-invalid-position-at-import-rule": true
"selector-pseudo-element-no-unknown": true,
"comment-no-empty": true,
"syntax-string-no-invalid": true
}
}

0 comments on commit f5f1012

Please sign in to comment.