summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-05-20 06:06:04 +0200
committerGitHub <noreply@github.com>2020-05-20 00:06:04 -0400
commit9e0e2a9fcfae4336958dc3e93d4beacfc7a2f642 (patch)
tree82dc24db537d4f1c9c9d423add94f00c25be467e /.stylelintrc
parent34e6a4e05734a642883037ba1a9f78750c1a0583 (diff)
downloadgitea-9e0e2a9fcfae4336958dc3e93d4beacfc7a2f642.tar.gz
gitea-9e0e2a9fcfae4336958dc3e93d4beacfc7a2f642.zip
Enable stylelint's shorthand-property-no-redundant-values (#11436)
Enabled the rule and --fix'ed issues. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index be1c15bfa2..102b90f1fd 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -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