You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
intsconfig.json
), or if there would be a setting to get the same effect. Theimport/extensions
rule fromeslint-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.
The text was updated successfully, but these errors were encountered: