feat: update ts rules

This commit is contained in:
Anthony Fu
2022-01-07 03:23:12 +08:00
parent e6ffa98249
commit 13c90b5150
10 changed files with 221 additions and 445 deletions

6
fixture/a.ts Normal file
View File

@@ -0,0 +1,6 @@
// @ts-expect-error requires a comment
export const a: string = 1
export interface Foo {
a: string
}