mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
fix: relax @typescript-eslint/no-floating-promises
to include more allowForKnownSafeCalls for node:test
Ref: https://github.com/typescript-eslint/typescript-eslint/issues/11372
This commit is contained in:
@@ -55,11 +55,11 @@
|
||||
"typescript-eslint": "^8.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.0.15",
|
||||
"@types/node": "24.1.0",
|
||||
"globals": "16.3.0",
|
||||
"editorconfig-checker": "6.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"@oxlint/migrate": "1.7.0",
|
||||
"oxlint": "1.8.0",
|
||||
"@oxlint/migrate": "1.8.0",
|
||||
"eslint": "9.31.0",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-unicorn": "60.0.0",
|
||||
|
Reference in New Issue
Block a user