Skip to content

Commit 34fa65a

Browse files
committed
fix linter
1 parent a33c743 commit 34fa65a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/eslint.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ const eslintConfig = [
1414
ignores: ["src/api/generated"],
1515
},
1616
...compat.extends("next/core-web-vitals", "next/typescript"),
17+
{
18+
rules: {
19+
"@typescript-eslint/ban-ts-comment": [
20+
"error",
21+
{
22+
"ts-expect-error": "allow-without-description",
23+
},
24+
],
25+
}
26+
}
1727
];
1828

1929
export default eslintConfig;

0 commit comments

Comments
 (0)