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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ Enforce all the rules in this category with:
99
99
100
100
| Rule ID | Description ||
101
101
|:--------|:------------|:---|
102
+
|[vue-scoped-css/enforce-style-type](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/enforce-style-type.html)| enforce the `<style>` tags to be plain or have the `scoped` or `module` attribute ||
102
103
|[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 |:wrench:|
103
104
|[vue-scoped-css/no-parent-of-v-global](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-parent-of-v-global.html)| disallow parent selector for `::v-global` pseudo-element ||
104
105
|[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>`||
@@ -120,6 +121,7 @@ Enforce all the rules in this category with:
120
121
121
122
| Rule ID | Description ||
122
123
|:--------|:------------|:---|
124
+
|[vue-scoped-css/enforce-style-type](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/enforce-style-type.html)| enforce the `<style>` tags to be plain or have the `scoped` or `module` attribute ||
123
125
|[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>`||
124
126
|[vue-scoped-css/no-unused-keyframes](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-keyframes.html)| disallow `@keyframes` which don't use in Scoped CSS ||
125
127
|[vue-scoped-css/no-unused-selector](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-selector.html)| disallow selectors defined in Scoped CSS that don't use in `<template>`||
|[vue-scoped-css/enforce-style-type](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/enforce-style-type.html)| enforce the `<style>` tags to be plain or have the `scoped` or `module` attribute ||
145
146
|[vue-scoped-css/no-deprecated-v-enter-v-leave-class](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-deprecated-v-enter-v-leave-class.html)| disallow v-enter and v-leave classes. ||
146
147
|[vue-scoped-css/require-selector-used-inside](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-selector-used-inside.html)| disallow selectors defined that is not used inside `<template>`||
Copy file name to clipboardExpand all lines: docs/rules/enforce-style-type.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: "enforce the `<style>` tags to be plain or have the `scoped` or `mo
8
8
9
9
> enforce the `<style>` tags to be plain or have the `scoped` or `module` attribute
10
10
11
-
-:gear: This rule is included in `"plugin:vue-scoped-css/all"`.
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"`.
0 commit comments