Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Sep 30, 2024
1 parent f643a66 commit 8079a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/__VUE/sku/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ export interface SkuInfo {
id: number
active: boolean
disable: boolean
// @ts-expect-error: need any here
[props: string]: any
}

Check warning on line 7 in src/packages/__VUE/sku/type.ts

View check run for this annotation

codefactor.io / CodeFactor

src/packages/__VUE/sku/type.ts#L7

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

0 comments on commit 8079a4c

Please sign in to comment.