tsdoc icon indicating copy to clipboard operation
tsdoc copied to clipboard

ESLint rule configurability for TS types

Open jasonkuhrt opened this issue 1 year ago • 1 comments

It would be nice if we could seamlessly use TS type annotations. Is this already possible?

In some cases, it's just not possible to use a TypeScript file. For example Rollup configuration.

Image

jasonkuhrt avatar Dec 22 '24 16:12 jasonkuhrt

I'm suprprised that @type does not work out of the box with this eslint plugin, as it's a core typescript feature. I had to uninstall the plugin because of this.

silverwind avatar Sep 07 '25 14:09 silverwind