tsdoc
tsdoc copied to clipboard
ESLint rule configurability for TS types
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.
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.