@tb-dev/eslint-config 1.5.10 → 1.5.11

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
@@ -564,7 +564,7 @@ async function unicorn(options) {
564
564
  'unicorn/no-await-expression-member': 'error',
565
565
  'unicorn/no-invalid-remove-event-listener': 'error',
566
566
  'unicorn/no-thenable': 'error',
567
- 'unicorn/no-typeof-undefined': 'error',
567
+ 'unicorn/no-typeof-undefined': 'off',
568
568
  'unicorn/no-useless-fallback-in-spread': 'error',
569
569
  'unicorn/no-useless-length-check': 'error',
570
570
  'unicorn/no-useless-promise-resolve-reject': 'error',
package/dist/index.mjs CHANGED
@@ -562,7 +562,7 @@ async function unicorn(options) {
562
562
  'unicorn/no-await-expression-member': 'error',
563
563
  'unicorn/no-invalid-remove-event-listener': 'error',
564
564
  'unicorn/no-thenable': 'error',
565
- 'unicorn/no-typeof-undefined': 'error',
565
+ 'unicorn/no-typeof-undefined': 'off',
566
566
  'unicorn/no-useless-fallback-in-spread': 'error',
567
567
  'unicorn/no-useless-length-check': 'error',
568
568
  'unicorn/no-useless-promise-resolve-reject': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",