@ethang/eslint-config 16.0.4 → 16.0.5

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 +0 -1
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -334,7 +334,6 @@ export default tseslint.config(
334
334
  "require-await": "off", // Handled by tseslint
335
335
 
336
336
  "n/exports-style": ["error", "exports"],
337
- "n/file-extension-in-import": ["error", "always"],
338
337
  "n/no-deprecated-api": "error",
339
338
  "n/no-exports-assign": "error",
340
339
  "n/no-extraneous-import": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "16.0.4",
3
+ "version": "16.0.5",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },