fix: downgrade eslint to fix bug

prefer-nullish-coalescing broke in the 6.19.0 update with a funky bug which has an open PR to be fixed https://github.com/typescript-eslint/typescript-eslint/issues/8261
This commit is contained in:
Marie 2024-01-21 14:18:47 +01:00
parent 9d3f34d88f
commit 013032dd93
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 269 additions and 59 deletions

View file

@ -110,8 +110,8 @@
"@types/tinycolor2": "1.4.6",
"@types/uuid": "9.0.7",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitest/coverage-v8": "1.2.1",
"@vue/runtime-core": "3.4.15",
"acorn": "8.11.3",