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/define-macros-order.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ since: v8.7.0
10
10
> enforce order of `defineEmits` and `defineProps` compiler macros
11
11
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.
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).
Copy file name to clipboardExpand all lines: docs/rules/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ For example:
213
213
|[vue/component-options-name-casing](./component-options-name-casing.md)| enforce the casing of component name in `components` options |:wrench::bulb:|:hammer:|
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
-
|[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:|
217
217
|[vue/define-props-declaration](./define-props-declaration.md)| enforce declaration style of `defineProps`||: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:|
0 commit comments