Skip to content

Commit 61491bf

Browse files
committed
disable require imports rule
1 parent 6bb7f52 commit 61491bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ module.exports = {
108108
'@typescript-eslint/no-magic-numbers': 'off',
109109
'@typescript-eslint/no-type-alias': 'off',
110110
'@typescript-eslint/typedef': 'off',
111+
'@typescript-eslint/no-require-imports': 'off',
111112

112113
'arrow-body-style': 'off',
113114
camelcase: 'off',

0 commit comments

Comments
 (0)