mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 10:48:37 +00:00
Enable stylelint's shorthand-property-no-redundant-values (#11436)
Enabled the rule and --fix'ed issues. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -14,3 +14,4 @@ rules:
|
||||
number-leading-zero: never
|
||||
rule-empty-line-before: null
|
||||
selector-pseudo-element-colon-notation: null
|
||||
shorthand-property-no-redundant-values: true
|
||||
|
Reference in New Issue
Block a user