diff --git a/bad/index.ts b/bad/index.ts index dde3ce0..c41bec0 100644 --- a/bad/index.ts +++ b/bad/index.ts @@ -1,8 +1,8 @@ import * as prettier from 'prettier' -const x: string = "xx" +const x = "xx" -const a: string = "q" +const a = "q" const z = 1 console.log(z + x)