Skip to content

Commit a56f985

Browse files
committed
Rule documentation
1 parent 373474b commit a56f985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/define-macros-order.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ module.exports = {
345345
meta: {
346346
type: 'layout',
347347
docs: {
348-
description: 'enforce order of specified compiler macros.',
348+
description:
349+
'enforce order of compiler macros (`defineProps`, `defineEmits`, etc.)',
349350
categories: undefined,
350351
url: 'https://eslint.vuejs.org/rules/define-macros-order.html'
351352
},

0 commit comments

Comments
 (0)