Hi!
First of all, thanks for creating this extension. It works well!
In my setup, I’m using file extensions in my import statements. It would be nice if this could be detected (via "allowImportingTsExtensions": true in tsconfig.json), or if there would be a setting to get the same effect. The import/extensions rule from eslint-plugin-import is not autofixable, unfortunately, so I have to manually fix the auto-inserted imports.
I’m happy to give it a look if you agree with this suggestion and if I can get some pointers, but I’m not familiar with the codebase.
Hi!
First of all, thanks for creating this extension. It works well!
In my setup, I’m using file extensions in my import statements. It would be nice if this could be detected (via
"allowImportingTsExtensions": trueintsconfig.json), or if there would be a setting to get the same effect. Theimport/extensionsrule fromeslint-plugin-importis not autofixable, unfortunately, so I have to manually fix the auto-inserted imports.I’m happy to give it a look if you agree with this suggestion and if I can get some pointers, but I’m not familiar with the codebase.