From bab154f43169fd2a6a079511c3fa9ff540faebf5 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 3 Jun 2020 10:39:15 -0700 Subject: [PATCH] fix: disabling `unicorn/no-useless-undefined` --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4dc49939..0c68c7c8 100644 --- a/index.js +++ b/index.js @@ -52,7 +52,7 @@ module.exports = { 'unicorn/no-unreadable-array-destructuring': 'error', 'unicorn/no-unsafe-regex': 'error', 'unicorn/no-unused-properties': 'error', - 'unicorn/no-useless-undefined': 'error', + // 'unicorn/no-useless-undefined': 'error', 'unicorn/prefer-set-has': 'off', 'unicorn/prefer-number-properties': 'off', 'unicorn/prefer-type-error': 'error',