Skip to content

Commit 12a6f1d

Browse files
committed
Make the linter happy 2: Electric Bogaloo
1 parent acf9e46 commit 12a6f1d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

game-scripts-tests/this_array_in_object.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export default ({ expect }: typeof import('vitest')) => {
33
0: `test[0]`,
44
foo: [
55
function () {
6-
// @ts-expect-error
76
return this[0]
87
}
98
],

game-scripts-tests/this_in_default_argument.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default ({ expect }: typeof import('vitest')) => {
2020
bar() {
2121
return 2
2222
},
23-
// @ts-expect-error
2423
baz(a = this.foo, b = this.bar()) {
2524
return a + b
2625
}

0 commit comments

Comments
 (0)