Skip to content

Commit 72ea98f

Browse files
committed
fix: lint errors fix
1 parent ff57200 commit 72ea98f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface SnippetType {
1515
code: string[];
1616
tags: string[];
1717
author: string;
18-
};
18+
}
1919

2020
export type AppState = {
2121
language: LanguageType;

tsconfig.app.tsbuildinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tsconfig.node.tsbuildinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)