diff --git a/editors/code/.eslintrc.js b/editors/code/.eslintrc.js index c6bf410f4b..ffdd6ba25c 100644 --- a/editors/code/.eslintrc.js +++ b/editors/code/.eslintrc.js @@ -33,6 +33,7 @@ module.exports = { "error", "always" ], - "@typescript-eslint/no-unnecessary-type-assertion": "error" + "@typescript-eslint/no-unnecessary-type-assertion": "error", + "@typescript-eslint/no-floating-promises": "error" } };