Skip to content

Commit 0b73977

Browse files
authored
chore: turn off rule
1 parent 5809da3 commit 0b73977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-untidy/index.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = {
9393
'@typescript-eslint/strict-boolean-expressions': 'error',
9494
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
9595
'@typescript-eslint/no-import-type-side-effects': 'error',
96+
'@typescript-eslint/restrict-template-expressions': 'off',
9697
'n/no-missing-import': 'off',
9798
},
9899
reportUnusedDisableDirectives: true,

0 commit comments

Comments
 (0)