Skip to content

Commit 8163b66

Browse files
committed
chore: fix lint
1 parent e7d1d93 commit 8163b66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export default tseslint.config(
1717
],
1818
"@typescript-eslint/no-explicit-any": "warn",
1919
"no-console": "off",
20+
"@typescript-eslint/triple-slash-reference": "off",
21+
"@typescript-eslint/no-empty-object-type": "off",
2022
},
2123
},
2224
// React-specific config for packages/react and packages/next

0 commit comments

Comments
 (0)