diff options
author | silverwind <me@silverwind.io> | 2023-08-25 15:47:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 13:47:27 +0000 |
commit | 21b8ec29aaa141981e7ca49855e7f25822efec05 (patch) | |
tree | 91fe2169c401c536dcae51add2b3382f66e49bb6 /package.json | |
parent | 7b05d66e600f465d283a63f125e6202eb8faac30 (diff) | |
download | gitea-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.json | 1 |
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", |