Skip to content

Commit 50befd9

Browse files
committed
feat: enabling unicorn/no-useless-fallback-in-spread
1 parent 9a9afe3 commit 50befd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
'unicorn/no-unreadable-array-destructuring': 'error',
6262
'unicorn/no-unsafe-regex': 'error',
6363
'unicorn/no-unused-properties': 'error',
64+
'unicorn/no-useless-fallback-in-spread': 'error',
6465
'unicorn/no-useless-length-check': 'error',
6566
'unicorn/no-useless-spread': 'error',
6667
// 'unicorn/no-useless-undefined': 'error',

0 commit comments

Comments
 (0)