@ethang/eslint-config 17.0.0 → 17.0.1

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.
Files changed (2) hide show
  1. package/eslint.config.js +1 -1
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -432,7 +432,7 @@ export default tseslint.config(
432
432
 
433
433
  "n/callback-return": "off",
434
434
  "n/exports-style": ["error", "exports"],
435
- "n/file-extension-in-import": "error",
435
+ "n/file-extension-in-import": "off", // buggy with .ts
436
436
  "n/global-require": "off",
437
437
  "n/handle-callback-err": "error",
438
438
  "n/hashbang": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "17.0.0",
3
+ "version": "17.0.1",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },