We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88db53d + da4ad8a commit 2f2dadcCopy full SHA for 2f2dadc
3 files changed
apps/landing/eslint.config.mjs
@@ -25,6 +25,7 @@ export default [
25
rules: {
26
"react/react-in-jsx-scope": "off",
27
"react/jsx-uses-react": "off",
28
+ "@typescript-eslint/no-explicit-any": "off",
29
},
30
31
];
0 commit comments