Skip to content

Commit

Permalink
Add explanation for ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyi45 committed Oct 11, 2024
1 parent af91f2b commit a06bb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import tseslint from 'typescript-eslint'
import globals from 'globals'

// @ts-expect-error
// @ts-expect-error no type definitions for plugin
import importPlugin from 'eslint-plugin-import'

export default tseslint.config(
Expand Down

0 comments on commit a06bb43

Please sign in to comment.