diff --git a/configs/generic.js b/configs/generic.js index 063cc8a..e8f35d2 100644 --- a/configs/generic.js +++ b/configs/generic.js @@ -123,10 +123,6 @@ const generic = { 'no-console': 'off', 'no-div-regex': 'error', 'no-duplicate-imports': 'error', - 'import/extensions': [ - 'warn', - 'ignorePackages', - ], 'no-extend-native': 'error', 'no-extra-label': 'error', 'no-fallthrough': 'off',