Skip to content

Commit

Permalink
Enable unicorn/prefer-spread rule
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Sep 17, 2024
1 parent e39417c commit f653815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export default [
'unicorn/better-regex': 'off',
'unicorn/no-array-reduce': 'off',
'unicorn/prefer-module': 'off',
'unicorn/prefer-spread': 'off',
},
},
// prefer TS to complain when we miss an arg vs. sending an intentional undefined
Expand Down

0 comments on commit f653815

Please sign in to comment.