Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eca791d

Browse files
anikethsahaarmano2
authored andcommitted
chore: removed comments
1 parent d2bdf81 commit eca791d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/tests/rules/unbound-method.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class OtherClass extends BaseClass {
6666
superLogThis: any;
6767
constructor() {
6868
super();
69-
this.superLogThis = super.logThis; // X - Incorrect eslint error
69+
this.superLogThis = super.logThis;
7070
}
7171
}
7272

0 commit comments

Comments
 (0)