mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
fix: allow to ignore floating promise with void operator: @typescript-eslint/no-floating-promises
This commit is contained in:
@ -140,7 +140,7 @@
|
||||
"no-useless-return": "error",
|
||||
"no-else-return": ["error", { "allowElseIf": false }],
|
||||
"no-var": "error",
|
||||
"no-void": "error",
|
||||
"no-void": ["error", { "allowAsStatement": true }],
|
||||
"no-with": "error",
|
||||
"object-shorthand": ["error", "properties"],
|
||||
"one-var": ["error", { "initialized": "never" }],
|
||||
|
Reference in New Issue
Block a user