rome -> eslint + prettier

This commit is contained in:
Ren Amamiya
2023-07-04 13:24:42 +07:00
parent 744fbd5683
commit a30cf66c2e
187 changed files with 10179 additions and 10066 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { NDKEvent } from "@nostr-dev-kit/ndk";
import { NDKEvent } from '@nostr-dev-kit/ndk';
export interface LumeEvent extends NDKEvent {
event_id: string;
parent_id: string;
event_id: string;
parent_id: string;
}