Skip to content

Commit 2b62ae3

Browse files
committed
Fix TypeScript linting
1 parent c20743a commit 2b62ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,8 @@ overrides:
12261226
# `${...}` is useful in validation error messages where input might be
12271227
# unknown or of many different types
12281228
'@typescript-eslint/restrict-template-expressions': 0
1229-
'@typescript-eslint/no-unnecessary-template-expression': 2
1229+
# Has a bug: considers that JSDoc comments are template expressions
1230+
'@typescript-eslint/no-unnecessary-template-expression': 0
12301231

12311232
## Tests
12321233
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 2

0 commit comments

Comments
 (0)