Skip to content

Commit

Permalink
lint: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Nov 5, 2024
1 parent 85db77a commit bc326bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default defineConfig(async env => {
try {
MatechoConfig = {

Check failure on line 17 in vite.config.ts

View workflow job for this annotation

GitHub Actions / lint

Unsafe assignment of an `any` value
...MatechoConfig,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore dynamic imported module
...(await import("./matecho.config")).default

Check failure on line 21 in vite.config.ts

View workflow job for this annotation

GitHub Actions / lint

Unsafe member access .default on an `any` value
};
} catch (_) {
Expand Down

0 comments on commit bc326bc

Please sign in to comment.