diff --git a/.eslintrc.json b/.eslintrc.json index da38df84b..b69f81a77 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,6 +8,11 @@ ], "rules": { "require-await": 0, - "@typescript-eslint/no-object-literal-type-assertion": 0 + "@typescript-eslint/no-object-literal-type-assertion": 0, + "@typescript-eslint/no-unnecessary-type-assertion": 0, + "@typescript-eslint/restrict-plus-operands": 0 + }, + "parserOptions": { + "project": null } }