Skip to content

Commit

Permalink
feat: enabling unicorn/no-useless-fallback-in-spread
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 4, 2021
1 parent 9a9afe3 commit 50befd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 50befd9

Please sign in to comment.