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: docs/rules/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ For example:
214
214
|[vue/custom-event-name-casing](./custom-event-name-casing.md)| enforce specific casing for custom event name ||:hammer:|
215
215
|[vue/define-emits-declaration](./define-emits-declaration.md)| enforce declaration style of `defineEmits`||:hammer:|
216
216
|[vue/define-macros-order](./define-macros-order.md)| enforce order of `defineEmits` and `defineProps` compiler macros |:wrench::bulb:|:lipstick:|
217
-
|[vue/define-props-declaration](./define-props-declaration.md)| enforce declaration style of `defineProps`||:hammer:|
217
+
|[vue/define-props-declaration](./define-props-declaration.md)| enforce declaration style of `defineProps`|:wrench:|:hammer:|
218
218
|[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:|
219
219
|[vue/html-button-has-type](./html-button-has-type.md)| disallow usage of button without an explicit type attribute ||:hammer:|
220
220
|[vue/html-comment-content-newline](./html-comment-content-newline.md)| enforce unified line brake in HTML comments |:wrench:|:lipstick:|
0 commit comments