Skip to content

Commit a7eb2ce

Browse files
committed
fix(deps): eslint typescript
1 parent 87f798a commit a7eb2ce

File tree

7 files changed

+229
-632
lines changed

7 files changed

+229
-632
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const eslintConfig = [
3434
"@typescript-eslint/ban-types": "off",
3535
"@typescript-eslint/no-namespace": "off",
3636
"array-callback-return": "error",
37+
"@typescript-eslint/no-empty-object-type": "off",
3738
eqeqeq: "error",
3839
"no-alert": "error",
3940
"no-return-assign": "error",

0 commit comments

Comments
 (0)