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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,13 @@ Enforce all the rules in this category with:
99
99
| Rule ID | Description ||
100
100
|:--------|:------------|:---|
101
101
|[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:|
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>`||
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.||
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>`.||
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.||
106
-
|[vue-scoped-css/require-v-deep-argument](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-v-deep-argument.html)| require selector argument to be passed to `::v-deep()`.|:wrench:|
107
-
|[vue-scoped-css/require-v-global-argument](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-v-global-argument.html)| require selector argument to be passed to `::v-global()`.||
108
-
|[vue-scoped-css/require-v-slotted-argument](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-v-slotted-argument.html)| require selector argument to be passed to `::v-slotted()`.||
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>`||
103
+
|[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 ||
104
+
|[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>`||
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 ||
106
+
|[vue-scoped-css/require-v-deep-argument](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-v-deep-argument.html)| require selector argument to be passed to `::v-deep()`|:wrench:|
107
+
|[vue-scoped-css/require-v-global-argument](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-v-global-argument.html)| require selector argument to be passed to `::v-global()`||
108
+
|[vue-scoped-css/require-v-slotted-argument](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-v-slotted-argument.html)| require selector argument to be passed to `::v-slotted()`||
109
109
110
110
## Recommended for Vue.js 2.x
111
111
@@ -119,10 +119,10 @@ Enforce all the rules in this category with:
119
119
120
120
| Rule ID | Description ||
121
121
|:--------|:------------|:---|
122
-
|[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>`||
123
-
|[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.||
124
-
|[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>`.||
125
-
|[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.||
122
+
|[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>`||
123
+
|[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 ||
124
+
|[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>`||
125
+
|[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 ||
126
126
127
127
## Uncategorized
128
128
@@ -141,7 +141,7 @@ For example:
141
141
142
142
| Rule ID | Description ||
143
143
|:--------|:------------|:---|
144
-
|[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>`.||
144
+
|[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/no-parsing-error.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "vue-scoped-css/no-parsing-error"
5
-
description: "Disallow parsing errors in `<style>`"
5
+
description: "disallow parsing errors in `<style>`"
6
6
---
7
7
# vue-scoped-css/no-parsing-error
8
8
9
-
> Disallow parsing errors in `<style>`
9
+
> 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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "vue-scoped-css/no-unused-keyframes"
5
-
description: "Reports the `@keyframes` is not used in Scoped CSS."
5
+
description: "disallow `@keyframes` which don't use in Scoped CSS"
6
6
---
7
7
# vue-scoped-css/no-unused-keyframes
8
8
9
-
> Reports the `@keyframes`is not used in Scoped CSS.
9
+
> disallow `@keyframes`which don't use 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"`.
Copy file name to clipboardExpand all lines: docs/rules/no-unused-selector.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "vue-scoped-css/no-unused-selector"
5
-
description: "Reports selectors defined in Scoped CSS not used in `<template>`."
5
+
description: "disallow selectors defined in Scoped CSS that don't use in `<template>`"
6
6
---
7
7
# vue-scoped-css/no-unused-selector
8
8
9
-
> Reports selectors defined in Scoped CSS not used in `<template>`.
9
+
> disallow selectors defined in Scoped CSS that don't use in `<template>`
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/require-scoped.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "vue-scoped-css/require-scoped"
5
-
description: "Enforce the `<style>` tags to has the `scoped` attribute."
5
+
description: "enforce the `<style>` tags to has the `scoped` attribute"
6
6
---
7
7
# vue-scoped-css/require-scoped
8
8
9
-
> Enforce the `<style>` tags to has the `scoped` attribute.
9
+
> enforce the `<style>` tags to has the `scoped` attribute
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/require-v-deep-argument.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "vue-scoped-css/require-v-deep-argument"
5
-
description: "require selector argument to be passed to `::v-deep()`."
5
+
description: "require selector argument to be passed to `::v-deep()`"
6
6
---
7
7
# vue-scoped-css/require-v-deep-argument
8
8
9
-
> require selector argument to be passed to `::v-deep()`.
9
+
> require selector argument to be passed to `::v-deep()`
10
10
11
11
-:gear: This rule is included in `"plugin:vue-scoped-css/vue3-recommended"` and `"plugin:vue-scoped-css/all"`.
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
0 commit comments