Skip to content

Commit

Permalink
🐛 fix: eslintの警告を解消するようにdisableを指定
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Nov 8, 2024
1 parent b1bdc13 commit cfb2352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare module '*.vue' {
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/ban-types @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/no-empty-object-type
const component: DefineComponent<{}, {}, any>
export default component
}
Expand Down

0 comments on commit cfb2352

Please sign in to comment.