Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 23d40a0

Browse files
committed
s/no-useless-template-expression/no-unnecessary-template-expression/
1 parent 73de075 commit 23d40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
}
405405
],
406406
"@typescript-eslint/no-unnecessary-qualifier": "error",
407+
"@typescript-eslint/no-unnecessary-template-expression": "error",
407408
"@typescript-eslint/no-unnecessary-type-arguments": "error",
408409
"@typescript-eslint/no-unnecessary-type-assertion": "error",
409410
"@typescript-eslint/no-unnecessary-type-constraint": "error",
@@ -442,7 +443,6 @@
442443
],
443444
"@typescript-eslint/no-useless-constructor": "error",
444445
"@typescript-eslint/no-useless-empty-export": "error",
445-
"@typescript-eslint/no-useless-template-expression": "error",
446446
"@typescript-eslint/no-var-requires": "error",
447447
"@typescript-eslint/non-nullable-type-assertion-style": "error",
448448
"@typescript-eslint/only-throw-error": "error",

0 commit comments

Comments
 (0)