@ethang/eslint-config 16.0.4 → 16.0.6

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 -2
  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",
@@ -479,7 +478,6 @@ export default tseslint.config(
479
478
  "unicorn/error-message": "error",
480
479
  "unicorn/escape-case": "error",
481
480
  "unicorn/expiring-todo-comments": "error",
482
- "unicorn/explicit-length-check": "error",
483
481
  "unicorn/filename-case": "error",
484
482
  "unicorn/import-style": "error",
485
483
  "unicorn/new-for-builtins": "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.6",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },