Skip to content

Commit ea29fd4

Browse files
committed
format
1 parent c232e26 commit ea29fd4

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Diff for: docs/rules/define-macros-order.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ since: v8.7.0
1010
> enforce order of `defineEmits` and `defineProps` compiler macros
1111
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.
13+
- :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
1314

1415
## :book: Rule Details
1516

Diff for: docs/rules/enforce-style-attribute.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ sidebarDepth: 0
44
title: vue/enforce-style-attribute
55
description: enforce or forbid the use of the `scoped` and `module` attributes in SFC top level style tags
66
---
7-
87
# vue/enforce-style-attribute
98

109
> enforce or forbid the use of the `scoped` and `module` attributes in SFC top level style tags
1110
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
11+
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1312

1413
## :book: Rule Details
1514

Diff for: docs/rules/html-closing-bracket-newline.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ title: vue/html-closing-bracket-newline
55
description: require or disallow a line break before tag's closing brackets
66
since: v4.1.0
77
---
8-
98
# vue/html-closing-bracket-newline
109

1110
> require or disallow a line break before tag's closing brackets

Diff for: docs/rules/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ For example:
213213
| [vue/component-options-name-casing](./component-options-name-casing.md) | enforce the casing of component name in `components` options | :wrench::bulb: | :hammer: |
214214
| [vue/custom-event-name-casing](./custom-event-name-casing.md) | enforce specific casing for custom event name | | :hammer: |
215215
| [vue/define-emits-declaration](./define-emits-declaration.md) | enforce declaration style of `defineEmits` | | :hammer: |
216-
| [vue/define-macros-order](./define-macros-order.md) | enforce order of `defineEmits` and `defineProps` compiler macros | :wrench: | :lipstick: |
216+
| [vue/define-macros-order](./define-macros-order.md) | enforce order of `defineEmits` and `defineProps` compiler macros | :wrench::bulb: | :lipstick: |
217217
| [vue/define-props-declaration](./define-props-declaration.md) | enforce declaration style of `defineProps` | | :hammer: |
218218
| [vue/enforce-style-attribute](./enforce-style-attribute.md) | enforce or forbid the use of the `scoped` and `module` attributes in SFC top level style tags | | :hammer: |
219219
| [vue/html-button-has-type](./html-button-has-type.md) | disallow usage of button without an explicit type attribute | | :hammer: |

0 commit comments

Comments
 (0)