summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-08-25 15:47:27 +0200
committerGitHub <noreply@github.com>2023-08-25 13:47:27 +0000
commit21b8ec29aaa141981e7ca49855e7f25822efec05 (patch)
tree91fe2169c401c536dcae51add2b3382f66e49bb6 /package.json
parent7b05d66e600f465d283a63f125e6202eb8faac30 (diff)
downloadgitea-21b8ec29aaa141981e7ca49855e7f25822efec05.tar.gz
gitea-21b8ec29aaa141981e7ca49855e7f25822efec05.zip
Add `eslint-plugin-vue-scoped-css` (#26720)
Adds [eslint-plugin-vue-scoped-css](https://github.com/future-architect/eslint-plugin-vue-scoped-css) and fixes discovered issues which are: - 1 unused selector - 3 selectors with `.full.height` parent in a `<style scoped>` block so the rule could not find the parent. Move these into the unscoped block instead. They worked before and after.
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 bc35d77e33..fd3c46c868 100644
--- a/package.json
+++ b/package.json
@@ -69,6 +69,7 @@
"eslint-plugin-sonarjs": "0.20.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.17.0",
+ "eslint-plugin-vue-scoped-css": "2.5.0",
"eslint-plugin-wc": "1.5.0",
"jsdom": "22.1.0",
"markdownlint-cli": "0.35.0",