Skip to content

Commit 1d7b357

Browse files
committed
Allow any type in template expressions
1 parent 35c21e7 commit 1d7b357

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overrides.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ const tsOverrides = {
3535
rules: {
3636
'@typescript-eslint/ban-ts-comment': 'off',
3737
'@typescript-eslint/no-floating-promises': 'off',
38+
'@typescript-eslint/restrict-template-expressions': [
39+
'error',
40+
{ allowAny: true },
41+
],
3842
'jsdoc/no-types': 'warn',
3943
},
4044
};

0 commit comments

Comments
 (0)