We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d1d93 commit 8163b66Copy full SHA for 8163b66
1 file changed
eslint.config.mjs
@@ -17,6 +17,8 @@ export default tseslint.config(
17
],
18
"@typescript-eslint/no-explicit-any": "warn",
19
"no-console": "off",
20
+ "@typescript-eslint/triple-slash-reference": "off",
21
+ "@typescript-eslint/no-empty-object-type": "off",
22
},
23
24
// React-specific config for packages/react and packages/next
0 commit comments