You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[vue-scoped-css/no-deprecated-deep-combinator](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-deprecated-deep-combinator.html)| disallow using deprecated deep combinators ||
101
102
|[vue-scoped-css/no-parsing-error](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-parsing-error.html)| Disallow parsing errors in `<style>`||
102
103
|[vue-scoped-css/no-unused-keyframes](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-keyframes.html)| Reports the `@keyframes` is not used in Scoped CSS. ||
103
104
|[vue-scoped-css/no-unused-selector](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-selector.html)| Reports selectors defined in Scoped CSS not used in `<template>`. ||
104
105
|[vue-scoped-css/require-scoped](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-scoped.html)| Enforce the `<style>` tags to has the `scoped` attribute. ||
Copy file name to clipboardExpand all lines: docs/rules/no-parsing-error.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ description: "Disallow parsing errors in `<style>`"
10
10
11
11
-:gear: This rule is included in all of `"plugin:vue-scoped-css/recommended"`, `"plugin:vue-scoped-css/vue3-recommended"` and `"plugin:vue-scoped-css/all"`.
Copy file name to clipboardExpand all lines: docs/rules/no-unused-keyframes.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ description: "Reports the `@keyframes` is not used in Scoped CSS."
10
10
11
11
-:gear: This rule is included in all of `"plugin:vue-scoped-css/recommended"`, `"plugin:vue-scoped-css/vue3-recommended"` and `"plugin:vue-scoped-css/all"`.
12
12
13
+
## :book: Rule Details
14
+
13
15
This rule reports `@keyframes` is not used in Scoped CSS.
0 commit comments