@lichthagel/eslint-config 1.0.37 → 1.0.38

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.
package/dist/index.cjs CHANGED
@@ -471,7 +471,8 @@ var unicorn_default = [{
471
471
  "unicorn/comment-content": "off",
472
472
  "unicorn/consistent-boolean-name": "off",
473
473
  "unicorn/name-replacements": "off",
474
- "unicorn/no-top-level-assignment-in-function": "off"
474
+ "unicorn/no-top-level-assignment-in-function": "off",
475
+ "unicorn/no-computed-property-existence-check": "off"
475
476
  }
476
477
  }];
477
478
  //#endregion
package/dist/index.mjs CHANGED
@@ -439,7 +439,8 @@ var unicorn_default = [{
439
439
  "unicorn/comment-content": "off",
440
440
  "unicorn/consistent-boolean-name": "off",
441
441
  "unicorn/name-replacements": "off",
442
- "unicorn/no-top-level-assignment-in-function": "off"
442
+ "unicorn/no-top-level-assignment-in-function": "off",
443
+ "unicorn/no-computed-property-existence-check": "off"
443
444
  }
444
445
  }];
445
446
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichthagel/eslint-config",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",