aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-05-23 15:54:21 +0200
committerGitHub <noreply@github.com>2023-05-23 13:54:21 +0000
commita9d417341c2e27df3fec2946dddbf30384734d64 (patch)
tree2cbd48aaab84685e1d9eb6c4c64877da3525cf54 /package.json
parent116066ecfa6ff3c3f14f68172adbd8798b633c3c (diff)
downloadgitea-a9d417341c2e27df3fec2946dddbf30384734d64.tar.gz
gitea-a9d417341c2e27df3fec2946dddbf30384734d64.zip
Run stylelint on .vue files (#24865)
- Run stylelint on .vue files - Fix discovered issues - Suppress warning spam from `declaration-strict-value` rule Co-authored-by: Giteabot <teabot@gitea.io>
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 e33e013cf8..934353ed8a 100644
--- a/package.json
+++ b/package.json
@@ -74,6 +74,7 @@
"eslint-plugin-wc": "1.5.0",
"jsdom": "22.0.0",
"markdownlint-cli": "0.34.0",
+ "postcss-html": "1.5.0",
"stylelint": "15.6.2",
"stylelint-declaration-strict-value": "1.9.2",
"svgo": "3.0.2",