File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ const DEFAULT_MESSAGE = 'This rule requires `@typescript-eslint/eslint-plugin`';
51
51
// todo: remove these along with the actual runtime properties below in new major
52
52
declare module '@typescript-eslint/utils/ts-eslint' {
53
53
interface RuleMetaDataDocs {
54
+ /** @deprecated */
54
55
requiresTypeChecking ?: boolean ;
56
+ /** @deprecated */
55
57
recommended ?: unknown ;
56
58
}
57
59
}
@@ -71,9 +73,11 @@ export default createRule<Options, MessageIds>({
71
73
docs : {
72
74
description :
73
75
'Enforce unbound methods are called with their expected scope' ,
76
+ /** @deprecated */
74
77
requiresTypeChecking : true ,
75
78
...baseRule ?. meta . docs ,
76
79
// mark this as not recommended
80
+ /** @deprecated */
77
81
recommended : undefined ,
78
82
} ,
79
83
} ,
You can’t perform that action at this time.
0 commit comments