Skip to content

Commit 2f2dadc

Browse files
authored
Merge pull request #35 from markmdev/cap-deploy
chore: update ESLint configuration and dependencies
2 parents 88db53d + da4ad8a commit 2f2dadc

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)