Skip to content

Commit 678b978

Browse files
updated the eslint config
1 parent a7e51a8 commit 678b978

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.claude/settings.local.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

frontend/eslint.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ const eslintConfig = [
2020
"next-env.d.ts",
2121
],
2222
},
23+
{
24+
rules: {
25+
"react/no-unescaped-entities": "off",
26+
"@typescript-eslint/no-empty-object-type": "off",
27+
"@typescript-eslint/no-explicit-any": "off",
28+
},
29+
},
2330
];
2431

2532
export default eslintConfig;

0 commit comments

Comments
 (0)