Skip to content

Commit e4c1f83

Browse files
koddssonkeithamus
andcommitted
Ignore eslint error
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent 791fa47 commit e4c1f83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/target.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import {controller} from '../src/controller.js'
44

55
describe('Targetable', () => {
66
@controller
7-
class TargetTest extends HTMLElement {
7+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
8+
class TargetTestElement extends HTMLElement {
89
@target foo
910
bar = 'hello'
1011
@target baz

0 commit comments

Comments
 (0)