From 50befd970831e4b4a0634fcd9a197fce2b6ebd55 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 4 Oct 2021 10:55:40 -0700 Subject: [PATCH] feat: enabling `unicorn/no-useless-fallback-in-spread` --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 08d41f6a..10e504f5 100644 --- a/index.js +++ b/index.js @@ -61,6 +61,7 @@ module.exports = { 'unicorn/no-unreadable-array-destructuring': 'error', 'unicorn/no-unsafe-regex': 'error', 'unicorn/no-unused-properties': 'error', + 'unicorn/no-useless-fallback-in-spread': 'error', 'unicorn/no-useless-length-check': 'error', 'unicorn/no-useless-spread': 'error', // 'unicorn/no-useless-undefined': 'error',