@ethang/eslint-config 16.0.6 → 16.0.8

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 -4
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -204,7 +204,6 @@ export default tseslint.config(
204
204
  "no-dupe-else-if": "error",
205
205
  "no-dupe-keys": "error",
206
206
  "no-duplicate-case": "error",
207
- "no-duplicate-imports": "error",
208
207
  "no-else-return": "error",
209
208
  "no-empty": "error",
210
209
  "no-empty-character-class": "error",
@@ -283,7 +282,7 @@ export default tseslint.config(
283
282
  "no-void": "error",
284
283
  "no-with": "error",
285
284
  "object-shorthand": "error",
286
- "one-var": "error",
285
+ "one-var": "off",
287
286
  "operator-assignment": "error",
288
287
  "prefer-const": "error",
289
288
  "prefer-exponentiation-operator": "error",
@@ -338,7 +337,6 @@ export default tseslint.config(
338
337
  "n/no-exports-assign": "error",
339
338
  "n/no-extraneous-import": "error",
340
339
  "n/no-extraneous-require": "error",
341
- "n/no-missing-import": "error",
342
340
  "n/no-missing-require": "error",
343
341
  "n/no-unpublished-bin": "error",
344
342
  "n/no-unpublished-require": "error",
@@ -505,7 +503,6 @@ export default tseslint.config(
505
503
  "unicorn/no-nested-ternary": "error",
506
504
  "unicorn/no-new-array": "error",
507
505
  "unicorn/no-new-buffer": "error",
508
- "unicorn/no-null": "error",
509
506
  "unicorn/no-object-as-default-parameter": "error",
510
507
  "unicorn/no-process-exit": "error",
511
508
  "unicorn/no-single-promise-in-promise-methods": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "16.0.6",
3
+ "version": "16.0.8",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },