Skip to content

Commit 95aa2a3

Browse files
set proper category
1 parent 92c09a8 commit 95aa2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/force-types-on-object-props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
type: 'suggestion',
3939
docs: {
4040
description: 'enforce user to add type declaration to object props',
41-
categories: ['type safe'],
41+
categories: ['Internal'],
4242
recommended: false,
4343
url: 'https://eslint.vuejs.org/rules/force-types-on-object-props.html'
4444
},

0 commit comments

Comments
 (0)