We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c09a8 commit 95aa2a3Copy full SHA for 95aa2a3
lib/rules/force-types-on-object-props.js
@@ -38,7 +38,7 @@ module.exports = {
38
type: 'suggestion',
39
docs: {
40
description: 'enforce user to add type declaration to object props',
41
- categories: ['type safe'],
+ categories: ['Internal'],
42
recommended: false,
43
url: 'https://eslint.vuejs.org/rules/force-types-on-object-props.html'
44
},
0 commit comments