chore(deps): update dependency eslint-plugin-unicorn to v53 (#9502)

* chore(deps): update dependency eslint-plugin-unicorn to v53

* use structured clone to match new eslint rules

* use raw string instead of escaping slash

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot] 2024-05-15 18:06:25 -04:00 committed by GitHub
parent 0589575154
commit 7f0f016f2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 511 additions and 246 deletions

View file

@ -25,6 +25,7 @@ module.exports = {
'unicorn/prefer-event-target': 'off',
'unicorn/no-thenable': 'off',
'unicorn/import-style': 'off',
'unicorn/prefer-structured-clone': 'off',
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-misused-promises': 'error',