Skip to content

Commit 8d86284

Browse files
committed
Update eslint.config.mjs
1 parent 51579c9 commit 8d86284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default [
2222
ignoreTypeImport: true,
2323
}],
2424
// @todo: remove when we setup eslint to correctly handle the types
25+
'n/no-missing-import': 'off',
2526
'@typescript-eslint/no-unsafe-call': 'off',
2627
'@typescript-eslint/no-unsafe-member-access': 'off',
2728
'@typescript-eslint/no-unsafe-assignment': 'off',

0 commit comments

Comments
 (0)