@ethang/eslint-config 16.0.7 → 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 +0 -2
  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",
@@ -504,7 +503,6 @@ export default tseslint.config(
504
503
  "unicorn/no-nested-ternary": "error",
505
504
  "unicorn/no-new-array": "error",
506
505
  "unicorn/no-new-buffer": "error",
507
- "unicorn/no-null": "error",
508
506
  "unicorn/no-object-as-default-parameter": "error",
509
507
  "unicorn/no-process-exit": "error",
510
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.7",
3
+ "version": "16.0.8",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },