deno_lint icon indicating copy to clipboard operation
deno_lint copied to clipboard

feat: Warn about `@deno-types` directive

Open injust opened this issue 5 months ago • 0 comments

https://docs.deno.com/runtime/reference/ts_config_migration/#providing-types-when-importing says:

In the past the @ts-types directive was called @deno-types. This alias still works, but is not recommended anymore. Use @ts-types.

This seems like a perfect candidate for a lint rule.

injust avatar Jul 10 '25 15:07 injust