summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-06-18 06:22:09 +0200
committerGitHub <noreply@github.com>2023-06-18 04:22:09 +0000
commit61e0827f42cc90044944c5c0342527a2f0c2bf7d (patch)
tree633521d41e94ea4a06a4c4ef028cda6416e5bac1 /package.json
parent95ab48549033e19bb9567b5b238c342e022d1d10 (diff)
downloadgitea-61e0827f42cc90044944c5c0342527a2f0c2bf7d.tar.gz
gitea-61e0827f42cc90044944c5c0342527a2f0c2bf7d.zip
Add `stylelint-declaration-block-no-ignored-properties` (#25284)
Add [stylelint-declaration-block-no-ignored-properties](https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties) and fix discovered issue. There is no visual difference in these markup code blocks.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 87a80e939c..69f9134a7b 100644
--- a/package.json
+++ b/package.json
@@ -75,6 +75,7 @@
"markdownlint-cli": "0.34.0",
"postcss-html": "1.5.0",
"stylelint": "15.7.0",
+ "stylelint-declaration-block-no-ignored-properties": "2.7.0",
"stylelint-declaration-strict-value": "1.9.2",
"stylelint-stylistic": "0.4.2",
"svgo": "3.0.2",