diff --git a/.eslintrc.json b/.eslintrc.json index e40bbffc..79927453 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,8 @@ "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2020, - "sourceType": "module" + "sourceType": "module", + "project": "./tsconfig.json" }, "plugins": [ "@typescript-eslint", @@ -32,6 +33,7 @@ "no-use-before-define": "off", "@typescript-eslint/no-use-before-define": "off", "no-empty-function": "off", - "@typescript-eslint/no-empty-function": "off" + "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/restrict-template-expressions": "error" } } \ No newline at end of file