Skip to content

Commit

Permalink
build: disable @typescript-eslint/restrict-template-expressions eslin…
Browse files Browse the repository at this point in the history
…t rule
  • Loading branch information
NoNameProvided committed Jan 11, 2021
1 parent 7c17353 commit a784d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ rules:
'@typescript-eslint/no-unsafe-call': off
'@typescript-eslint/no-unsafe-member-access': off
'@typescript-eslint/explicit-module-boundary-types': off
'@typescript-eslint/restrict-template-expressions': off

0 comments on commit a784d4b

Please sign in to comment.