Skip to content

Commit 6715fb5

Browse files
committed
refactor: Tuned off "import-x/namepsace" rule for TypeScript configurations
1 parent 6d4bafc commit 6715fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eslint-config-ts/configs/ts-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default [
1313
'import-x/no-unresolved': 'off',
1414
'no-shadow': 'off',
1515
'import-x/export': 'off',
16-
'import-x/namepsace': 'off',
16+
'import-x/namespace': 'off',
1717
'no-empty-function': 'off',
1818

1919
// Rules for TypeScripts

0 commit comments

Comments
 (0)