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.
This commit is contained in:
parent
7b05d66e60
commit
21b8ec29aa
4 changed files with 210 additions and 23 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue