Skip to content

Commit da4ad8a

Browse files
committed
chore: update ESLint configuration and dependencies
1 parent f31c713 commit da4ad8a

File tree

3 files changed

+481
-688
lines changed

3 files changed

+481
-688
lines changed

apps/landing/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default [
2525
rules: {
2626
"react/react-in-jsx-scope": "off",
2727
"react/jsx-uses-react": "off",
28+
"@typescript-eslint/no-explicit-any": "off",
2829
},
2930
},
3031
];

0 commit comments

Comments
 (0)