1
1
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:
2025-07-23 12:21:59 +02:00
parent 2876f22947
commit 6a11f2dbf6
3 changed files with 415 additions and 57 deletions

View File

@@ -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",