We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent 1030642 commit 6503a15Copy full SHA for 6503a15
packages/eslint-config-basic/index.js
@@ -191,6 +191,8 @@ module.exports = {
191
'@typescript-eslint/no-var-requires': 'off',
192
'@typescript-eslint/comma-dangle': 'off',
193
'@typescript-eslint/consistent-type-imports': 'off',
194
+ '@typescript-eslint/no-namespace': 'off',
195
+ '@typescript-eslint/no-require-imports': 'off',
196
'import/no-unresolved': 'off',
197
'unused-imports/no-unused-imports': 'off',
198
'unused-imports/no-unused-vars': 'off',
0 commit comments