Skip to content

Commit 784ad1b

Browse files
committed
fix: deprecate properties
1 parent dc3b406 commit 784ad1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/unbound-method.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ export default createRule<Options, MessageIds>({
7171
docs: {
7272
description:
7373
'Enforce unbound methods are called with their expected scope',
74+
/** @deprecated */
7475
requiresTypeChecking: true,
7576
...baseRule?.meta.docs,
7677
// mark this as not recommended
78+
/** @deprecated */
7779
recommended: undefined,
7880
},
7981
},

0 commit comments

Comments
 (0)