Skip to content

Commit 66e1be2

Browse files
committed
refactor: Tuned off "import-x/namepsace" rule for TypeScript configurations
1 parent 6e4df2e commit 66e1be2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default [
1313
'import-x/no-unresolved': 'off',
1414
'no-shadow': 'off',
1515
'import-x/export': 'off',
16+
'import-x/namepsace': 'off',
1617
'no-empty-function': 'off',
1718

1819
// Rules for TypeScripts

packages/eslint-config-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"./package.json": "./package.json"
1010
},
1111
"dependencies": {
12-
"@panates/eslint-config": "^2.1.1"
12+
"@panates/eslint-config": "2.x.x"
1313
},
1414
"peerDependencies": {
1515
"typescript": ">=5.0.0",
@@ -57,4 +57,4 @@
5757
"url": "https://github.com/erayhanoglu"
5858
}
5959
]
60-
}
60+
}

0 commit comments

Comments
 (0)