From 62484a9559105b3138842f053ab362792825ec85 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 20 Dec 2023 21:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20@typescript-eslint/restrict-temp?= =?UTF-8?q?late-expressions=20=E7=BD=AE=E4=B8=BA=20warn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index a75af74f..42fa779d 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -68,6 +68,7 @@ overrides: trailingUnderscore: allow "@typescript-eslint/no-non-null-assertion": warn "@typescript-eslint/no-misused-promises": off + "@typescript-eslint/restrict-template-expressions": warn - files: ["*.vue"] parser: vue-eslint-parser parserOptions: