Skip to content

Commit c0bd115

Browse files
chore: fix eslint check
1 parent cb7aea3 commit c0bd115

File tree

1 file changed

+1
-0
lines changed
  • packages/runtime-dom/src

1 file changed

+1
-0
lines changed

packages/runtime-dom/src/jsx.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
import type * as CSS from 'csstype'
3030

31+
// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style
3132
export interface CSSProperties
3233
extends CSS.Properties<string | number>,
3334
CSS.PropertiesHyphen<string | number> {

0 commit comments

Comments
 (0)