Skip to content

Commit

Permalink
fix: ts-ignore -> ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Aug 5, 2024
1 parent bc49e28 commit d655957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default tseslint.config(
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-ts-comment": "error",
},
/*... */
},
// @ts-ignore
// @ts-expect-error eslintPluginPrettierRecommended types are broken for now
eslintPluginPrettierRecommended,
// ...
);

0 comments on commit d655957

Please sign in to comment.