deno_lint
deno_lint copied to clipboard
feat: Warn about `@deno-types` directive
https://docs.deno.com/runtime/reference/ts_config_migration/#providing-types-when-importing says:
In the past the
@ts-typesdirective 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.