mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
ffbcad3800
Adds a `--fix` option to deno lint. This currently doesn't work for basically any rules, but we can add them over time to deno lint.
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { Type } from "./test.ts";
|
|
export type MyType = Type;
|
|
console.log(window.value);
|
|
window.fetch;
|