Skip to content

Commit b830dee

Browse files
committed
Update category
1 parent 2687db4 commit b830dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/rules/use-v-on-exact.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
meta: {
1919
docs: {
2020
description: 'enforce usage of `exact` modifier on `v-on`',
21-
category: 'essential',
21+
category: undefined, // essential
2222
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.3/docs/rules/use-v-on-exact.md'
2323
},
2424
fixable: null,

0 commit comments

Comments
 (0)