Skip to content

Commit b089bb2

Browse files
authored
(fix) suppress eslint error
1 parent c9a34f1 commit b089bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
type NativeElement = HTMLElement;
3030

31+
// eslint-disable-next-line @typescript-eslint/no-empty-interface
3132
interface IntrinsicAttributes {}
3233

3334
// TypeScript SVGElement has no `dataset` (Chrome 55+, Firefox 51+).

0 commit comments

Comments
 (0)