🔧 @typescript-eslint/restrict-template-expressions 置为 warn

This commit is contained in:
BTMuli
2023-12-20 21:21:00 +08:00
parent 051b084ac0
commit 62484a9559

View File

@@ -68,6 +68,7 @@ overrides:
trailingUnderscore: allow trailingUnderscore: allow
"@typescript-eslint/no-non-null-assertion": warn "@typescript-eslint/no-non-null-assertion": warn
"@typescript-eslint/no-misused-promises": off "@typescript-eslint/no-misused-promises": off
"@typescript-eslint/restrict-template-expressions": warn
- files: ["*.vue"] - files: ["*.vue"]
parser: vue-eslint-parser parser: vue-eslint-parser
parserOptions: parserOptions: