Skip to content

Commit b297419

Browse files
committed
fix(eslint-config): real life usage fixes
1 parent 1c4c5b9 commit b297419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/src/subconfigs/typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export default [
159159
allowDefinitionFiles: true
160160
}
161161
],
162+
'@typescript-eslint/no-require-imports': 'off',
162163
'@typescript-eslint/no-this-alias': [
163164
'error',
164165
{

0 commit comments

Comments
 (0)