Skip to content

Commit

Permalink
chore: fix eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Sep 10, 2023
1 parent cb7aea3 commit c0bd115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/src/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

import type * as CSS from 'csstype'

// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style
export interface CSSProperties
extends CSS.Properties<string | number>,
CSS.PropertiesHyphen<string | number> {
Expand Down

0 comments on commit c0bd115

Please sign in to comment.