Open thefrana opened 3 months ago
@thefrana , Could you provide me reproducable sample with this behavior? It doesnt reproduce in my "example" project.
Regarding ESLint 9, i'm not super familiar with flat config right now but you still can use this module with this settings:
import fileExtensionInImportTs from 'eslint-plugin-file-extension-in-import-ts';
plugins: {
'file-extension-in-import-ts': fileExtensionInImportTs,
},
rules: {
'file-extension-in-import-ts/file-extension-in-import-ts': 'error',
}
When I have
It replaces the import with
I am using the ESLint flat file config with compatibility package.
Also, do you intent to support flat config without compat layer?
Thanks for the package!