chore(deps): update dependency eslint-plugin-unicorn to v60 (#20677)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
renovate[bot] 2025-08-05 10:58:13 +00:00 committed by GitHub
parent 2a370087e8
commit eb2f4c866e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 215 additions and 303 deletions

View file

@ -109,6 +109,7 @@ export default typescriptEslint.config(
],
curly: 2,
'unicorn/no-array-reverse': 'off', // toReversed() is not supported in Chrome 109 or Safari 15.4
'unicorn/no-useless-undefined': 'off',
'unicorn/prefer-spread': 'off',
'unicorn/no-null': 'off',