Skip to content

Commit 41abe47

Browse files
committed
Remove the @typescript-eslint/restrict-template-expressions rule
exceptions. Those aren't needed.
1 parent fb597cf commit 41abe47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ module.exports = {
8383
// TypeScript
8484
'@typescript-eslint/explicit-function-return-type': 'off',
8585
'@typescript-eslint/explicit-module-boundary-types': 'off',
86-
'@typescript-eslint/restrict-template-expressions': ['error', {allowBoolean: true, allNumbers: true }],
8786
}
8887

8988
}],

0 commit comments

Comments
 (0)