Skip to content

Commit 9c53407

Browse files
authored
Fix rules index for require-emit-validator (#1505)
1 parent bf6e4ea commit 9c53407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-emit-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
type: 'suggestion',
2121
docs: {
2222
description: 'require type definitions in emits',
23-
categories: [],
23+
categories: undefined,
2424
url: 'https://eslint.vuejs.org/rules/require-emit-validator.html'
2525
},
2626
fixable: null,

0 commit comments

Comments
 (0)