@dword-design/eslint-config 7.0.1 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,6 +194,7 @@ export default ({ cwd = '.' } = {}) => {
194
194
  settings: {
195
195
  'import-x/resolver-next': [
196
196
  createTypeScriptImportResolver({
197
+ extensionAlias: { '.js': ['.js'] }, // Disable auto-guessing of .ts when .js is imported
197
198
  project: pathLib.join(cwd, 'tsconfig.json'),
198
199
  }),
199
200
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "eslint-config-flat-gitignore": "^2.1.0",
32
32
  "eslint-config-prettier": "^10.1.5",
33
33
  "eslint-import-resolver-typescript": "^4.4.2",
34
- "eslint-plugin-import-x": "npm:@dword-design/eslint-plugin-import-x-fork@^0.0.1",
34
+ "eslint-plugin-import-x": "^4.15.1",
35
35
  "eslint-plugin-jsonc": "^2.20.1",
36
36
  "eslint-plugin-playwright": "^2.2.0",
37
37
  "eslint-plugin-prefer-arrow": "^1.2.3",