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

@ -230,8 +230,8 @@
"@types/vary": "1.1.3",
"@types/web-push": "3.6.3",
"@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",
"aws-sdk-client-mock": "3.0.1",
"cross-env": "7.0.3",
"eslint": "8.56.0",