Add editorconfig

add prettier
add prettier ignore
This commit is contained in:
DefectingCat
2022-08-25 18:19:25 +08:00
parent 4767eb9995
commit 2b9db34c1b
8 changed files with 55 additions and 45 deletions

View File

@ -55,4 +55,4 @@ export interface GistsFile {
export interface SignalGist extends GistData {
forks: any[];
history: History[];
}
}