Skip to content

Commit a06bb43

Browse files
committed
Add explanation for ts-expect-error
1 parent af91f2b commit a06bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import tseslint from 'typescript-eslint'
44
import globals from 'globals'
55

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

99
export default tseslint.config(

0 commit comments

Comments
 (0)