We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5809da3 commit 0b73977Copy full SHA for 0b73977
packages/eslint-config-untidy/index.cjs
@@ -93,6 +93,7 @@ module.exports = {
93
'@typescript-eslint/strict-boolean-expressions': 'error',
94
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
95
'@typescript-eslint/no-import-type-side-effects': 'error',
96
+ '@typescript-eslint/restrict-template-expressions': 'off',
97
'n/no-missing-import': 'off',
98
},
99
reportUnusedDisableDirectives: true,
0 commit comments