Closed
Description
Hello
On the 2.28.0
version of this package, I'm getting an error from eslint: Imported multiple times
.
This happens when I use import type in addition to normal import!
For example:
``Ts
import {createServer} from 'node:http';
import type {IncomingMessage, ServerResponse} from 'node:http';
In the above code, we have the same error from [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import)
This is the complete dependabot lint workflow [log](https://github.com/AliMD/alwatr/actions/runs/5691651979/job/15427232981)