Skip to content

Commit

Permalink
typecheck(web): remoe unnecessary ts-expect-error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GervinFung committed Sep 29, 2024
1 parent 99f1e52 commit 833f896
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import tseslint from 'typescript-eslint';
const allowedFor = ['SyntaxHighlighter', 'Image'];

export default tseslint.config(
// @ts-expect-error: type mismatch between eslint and eslint-compat
includeIgnoreFile(`${process.cwd()}/.gitignore`),
eslint.configs.recommended,
...tseslint.configs.strictTypeChecked,
Expand Down

0 comments on commit 833f896

Please sign in to comment.