Skip to content

Commit

Permalink
Update Stylelint Configuration with Latest Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit authored and github-actions[bot] committed Mar 4, 2025
1 parent a8982cb commit f70dac8
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 f70dac8

Please sign in to comment.