We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4c5b9 commit b297419Copy full SHA for b297419
1 file changed
packages/eslint-config/src/subconfigs/typescript.js
@@ -159,6 +159,7 @@ export default [
159
allowDefinitionFiles: true
160
}
161
],
162
+ '@typescript-eslint/no-require-imports': 'off',
163
'@typescript-eslint/no-this-alias': [
164
'error',
165
{
0 commit comments