mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
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:
parent
2a370087e8
commit
eb2f4c866e
10 changed files with 215 additions and 303 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue