Bas Bosman

Results 5 comments of Bas Bosman

Same issue here. It looks like it was fixed in 4b1801be531ffc15368b146a66cbcf1bc24c468f, but that hasn't been releases yet. Any idea when a new version will be released?

Had a quick look, but I'm running into limitations of the current `babel-dts-generator` based toolchain. Attempt 1: ```ts export type CancellablePromise1 = Promise & { cancel: () => void; abort:...

I did some more digging. Looking at the [rule sourcecode](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/src/rules/consistent-type-imports.ts) they are actually in the same order (but not alphabetical): ```ts name: 'consistent-type-imports', meta: { schema: [ { type: 'object',...

Technically `test@ai` is a valid email address. It's called a [dotless domain](https://en.wikipedia.org/wiki/Top-level_domain#Dotless_domains). But they're rare and advised against by ICANN (among others), so you could indeed argue that calling them...

Changing the dependency in the .nuspec file to this should fix that: ``` ```