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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,10 @@ Enforce all the rules in this category with:
97
97
98
98
| Rule ID | Description ||
99
99
|:--------|:------------|:---|
100
-
|[vue-scoped-css/no-parsing-error](./no-parsing-error.md)| Disallow parsing errors in `<style>`||
101
-
|[vue-scoped-css/no-unused-keyframes](./no-unused-keyframes.md)| Reports the `@keyframes` is not used in Scoped CSS. ||
102
-
|[vue-scoped-css/no-unused-selector](./no-unused-selector.md)| Reports selectors defined in Scoped CSS not used in `<template>`. ||
103
-
|[vue-scoped-css/require-scoped](./require-scoped.md)| Enforce the `<style>` tags to has the `scoped` attribute. ||
100
+
|[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>`||
101
+
|[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. ||
102
+
|[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>`. ||
103
+
|[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. ||
104
104
105
105
## Uncategorized
106
106
@@ -119,7 +119,7 @@ For example:
119
119
120
120
| Rule ID | Description ||
121
121
|:--------|:------------|:---|
122
-
|[vue-scoped-css/require-selector-used-inside](./require-selector-used-inside.md)| Reports the defined selectors is not used inside `<template>`. ||
122
+
|[vue-scoped-css/require-selector-used-inside](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-selector-used-inside.html)| Reports the defined selectors is not used inside `<template>`. ||
0 commit comments