We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b9d7c commit 1b0e5c9Copy full SHA for 1b0e5c9
eslint.config.js
@@ -49,7 +49,8 @@ export default [
49
plugins: { import: importPlugin },
50
rules: {
51
...importPlugin.configs.recommended.rules,
52
- 'import/extensions': ['error', 'ignorePackages'],
+ // TODO enable this once https://github.com/import-js/eslint-plugin-import/pull/2813 is merged + published
53
+ // 'import/extensions': ['error', 'ignorePackages'],
54
'import/order': [
55
'error',
56
{
0 commit comments