Skip to content

Commit aeb7aed

Browse files
committed
update docs
1 parent 4f53c92 commit aeb7aed

28 files changed

+68
-68
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ Enforce all the rules in this category with:
9999
| Rule ID | Description | |
100100
|:--------|:------------|:---|
101101
| [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()` | |
109109

110110
## Recommended for Vue.js 2.x
111111

@@ -119,10 +119,10 @@ Enforce all the rules in this category with:
119119

120120
| Rule ID | Description | |
121121
|:--------|:------------|:---|
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 | |
126126

127127
## Uncategorized
128128

@@ -141,7 +141,7 @@ For example:
141141

142142
| Rule ID | Description | |
143143
|:--------|:------------|:---|
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>` | |
145145

146146
<!--RULES_TABLE_END-->
147147
<!--RULES_SECTION_END-->

docs/rules/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Enforce all the rules in this category with:
1919
| Rule ID | Description | |
2020
|:--------|:------------|:---|
2121
| [vue-scoped-css/no-deprecated-deep-combinator](./no-deprecated-deep-combinator.md) | disallow using deprecated deep combinators | :wrench: |
22-
| [vue-scoped-css/no-parsing-error](./no-parsing-error.md) | Disallow parsing errors in `<style>` | |
23-
| [vue-scoped-css/no-unused-keyframes](./no-unused-keyframes.md) | Reports the `@keyframes` is not used in Scoped CSS. | |
24-
| [vue-scoped-css/no-unused-selector](./no-unused-selector.md) | Reports selectors defined in Scoped CSS not used in `<template>`. | |
25-
| [vue-scoped-css/require-scoped](./require-scoped.md) | Enforce the `<style>` tags to has the `scoped` attribute. | |
26-
| [vue-scoped-css/require-v-deep-argument](./require-v-deep-argument.md) | require selector argument to be passed to `::v-deep()`. | :wrench: |
27-
| [vue-scoped-css/require-v-global-argument](./require-v-global-argument.md) | require selector argument to be passed to `::v-global()`. | |
28-
| [vue-scoped-css/require-v-slotted-argument](./require-v-slotted-argument.md) | require selector argument to be passed to `::v-slotted()`. | |
22+
| [vue-scoped-css/no-parsing-error](./no-parsing-error.md) | disallow parsing errors in `<style>` | |
23+
| [vue-scoped-css/no-unused-keyframes](./no-unused-keyframes.md) | disallow `@keyframes` which don't use in Scoped CSS | |
24+
| [vue-scoped-css/no-unused-selector](./no-unused-selector.md) | disallow selectors defined in Scoped CSS that don't use in `<template>` | |
25+
| [vue-scoped-css/require-scoped](./require-scoped.md) | enforce the `<style>` tags to has the `scoped` attribute | |
26+
| [vue-scoped-css/require-v-deep-argument](./require-v-deep-argument.md) | require selector argument to be passed to `::v-deep()` | :wrench: |
27+
| [vue-scoped-css/require-v-global-argument](./require-v-global-argument.md) | require selector argument to be passed to `::v-global()` | |
28+
| [vue-scoped-css/require-v-slotted-argument](./require-v-slotted-argument.md) | require selector argument to be passed to `::v-slotted()` | |
2929

3030
## Recommended for Vue.js 2.x
3131

@@ -39,10 +39,10 @@ Enforce all the rules in this category with:
3939

4040
| Rule ID | Description | |
4141
|:--------|:------------|:---|
42-
| [vue-scoped-css/no-parsing-error](./no-parsing-error.md) | Disallow parsing errors in `<style>` | |
43-
| [vue-scoped-css/no-unused-keyframes](./no-unused-keyframes.md) | Reports the `@keyframes` is not used in Scoped CSS. | |
44-
| [vue-scoped-css/no-unused-selector](./no-unused-selector.md) | Reports selectors defined in Scoped CSS not used in `<template>`. | |
45-
| [vue-scoped-css/require-scoped](./require-scoped.md) | Enforce the `<style>` tags to has the `scoped` attribute. | |
42+
| [vue-scoped-css/no-parsing-error](./no-parsing-error.md) | disallow parsing errors in `<style>` | |
43+
| [vue-scoped-css/no-unused-keyframes](./no-unused-keyframes.md) | disallow `@keyframes` which don't use in Scoped CSS | |
44+
| [vue-scoped-css/no-unused-selector](./no-unused-selector.md) | disallow selectors defined in Scoped CSS that don't use in `<template>` | |
45+
| [vue-scoped-css/require-scoped](./require-scoped.md) | enforce the `<style>` tags to has the `scoped` attribute | |
4646

4747
## Uncategorized
4848

@@ -61,4 +61,4 @@ For example:
6161

6262
| Rule ID | Description | |
6363
|:--------|:------------|:---|
64-
| [vue-scoped-css/require-selector-used-inside](./require-selector-used-inside.md) | Reports the defined selectors is not used inside `<template>`. | |
64+
| [vue-scoped-css/require-selector-used-inside](./require-selector-used-inside.md) | disallow selectors defined that is not used inside `<template>` | |

docs/rules/no-parsing-error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "vue-scoped-css/no-parsing-error"
5-
description: "Disallow parsing errors in `<style>`"
5+
description: "disallow parsing errors in `<style>`"
66
---
77
# vue-scoped-css/no-parsing-error
88

9-
> Disallow parsing errors in `<style>`
9+
> disallow parsing errors in `<style>`
1010
1111
- :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"`.
1212

docs/rules/no-unused-keyframes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
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"
66
---
77
# vue-scoped-css/no-unused-keyframes
88

9-
> Reports the `@keyframes` is not used in Scoped CSS.
9+
> disallow `@keyframes` which don't use in Scoped CSS
1010
1111
- :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"`.
1212

docs/rules/no-unused-selector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
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>`"
66
---
77
# vue-scoped-css/no-unused-selector
88

9-
> Reports selectors defined in Scoped CSS not used in `<template>`.
9+
> disallow selectors defined in Scoped CSS that don't use in `<template>`
1010
1111
- :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"`.
1212

docs/rules/require-scoped.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
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"
66
---
77
# vue-scoped-css/require-scoped
88

9-
> Enforce the `<style>` tags to has the `scoped` attribute.
9+
> enforce the `<style>` tags to has the `scoped` attribute
1010
1111
- :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"`.
1212

docs/rules/require-selector-used-inside.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "vue-scoped-css/require-selector-used-inside"
5-
description: "Reports the defined selectors is not used inside `<template>`."
5+
description: "disallow selectors defined that is not used inside `<template>`"
66
---
77
# vue-scoped-css/require-selector-used-inside
88

9-
> Reports the defined selectors is not used inside `<template>`.
9+
> disallow selectors defined that is not used inside `<template>`
1010
1111
- :gear: This rule is included in `"plugin:vue-scoped-css/all"`.
1212

docs/rules/require-v-deep-argument.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
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()`"
66
---
77
# vue-scoped-css/require-v-deep-argument
88

9-
> require selector argument to be passed to `::v-deep()`.
9+
> require selector argument to be passed to `::v-deep()`
1010
1111
- :gear: This rule is included in `"plugin:vue-scoped-css/vue3-recommended"` and `"plugin:vue-scoped-css/all"`.
1212
- :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.

docs/rules/require-v-global-argument.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "vue-scoped-css/require-v-global-argument"
5-
description: "require selector argument to be passed to `::v-global()`."
5+
description: "require selector argument to be passed to `::v-global()`"
66
---
77
# vue-scoped-css/require-v-global-argument
88

9-
> require selector argument to be passed to `::v-global()`.
9+
> require selector argument to be passed to `::v-global()`
1010
1111
- :gear: This rule is included in `"plugin:vue-scoped-css/vue3-recommended"` and `"plugin:vue-scoped-css/all"`.
1212

docs/rules/require-v-slotted-argument.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "vue-scoped-css/require-v-slotted-argument"
5-
description: "require selector argument to be passed to `::v-slotted()`."
5+
description: "require selector argument to be passed to `::v-slotted()`"
66
---
77
# vue-scoped-css/require-v-slotted-argument
88

9-
> require selector argument to be passed to `::v-slotted()`.
9+
> require selector argument to be passed to `::v-slotted()`
1010
1111
- :gear: This rule is included in `"plugin:vue-scoped-css/vue3-recommended"` and `"plugin:vue-scoped-css/all"`.
1212

0 commit comments

Comments
 (0)