Remove import/extensions rule as it is not practical in many cases

This commit is contained in:
Romein van Buren 2024-07-25 13:48:25 +02:00
parent ffc6b55166
commit 3931d47b23
No known key found for this signature in database

View File

@ -123,10 +123,6 @@ const generic = {
'no-console': 'off', 'no-console': 'off',
'no-div-regex': 'error', 'no-div-regex': 'error',
'no-duplicate-imports': 'error', 'no-duplicate-imports': 'error',
'import/extensions': [
'warn',
'ignorePackages',
],
'no-extend-native': 'error', 'no-extend-native': 'error',
'no-extra-label': 'error', 'no-extra-label': 'error',
'no-fallthrough': 'off', 'no-fallthrough': 'off',