Skip to content

Commit

Permalink
chore: remove ts-expect-error in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 12, 2024
1 parent 5e79706 commit 682d411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default tseslint.config(
},
eslint.configs.recommended,
n.configs['flat/recommended'],
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
perfectionist.configs['recommended-natural'],
...tseslint.config({
extends: tseslint.configs.recommendedTypeChecked,
Expand Down

0 comments on commit 682d411

Please sign in to comment.