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`';
5151// todo: remove these along with the actual runtime properties below in new major
5252declare module '@typescript-eslint/utils/ts-eslint' {
5353 interface RuleMetaDataDocs {
54+ /** @deprecated */
5455 requiresTypeChecking ?: boolean ;
56+ /** @deprecated */
5557 recommended ?: unknown ;
5658 }
5759}
@@ -71,9 +73,11 @@ export default createRule<Options, MessageIds>({
7173 docs : {
7274 description :
7375 'Enforce unbound methods are called with their expected scope' ,
76+ /** @deprecated */
7477 requiresTypeChecking : true ,
7578 ...baseRule ?. meta . docs ,
7679 // mark this as not recommended
80+ /** @deprecated */
7781 recommended : undefined ,
7882 } ,
7983 } ,
You can’t perform that action at this time.
0 commit comments