replace eslint/prettier with rome

This commit is contained in:
Ren Amamiya
2023-05-14 17:05:53 +07:00
parent 48d690d33a
commit 409a625dcc
154 changed files with 7639 additions and 8525 deletions

View File

@@ -1,3 +1,8 @@
import { atom } from 'jotai';
import { atom } from "jotai";
export const onboardingAtom = atom({ pubkey: null, privkey: null, metadata: null, follows: null });
export const onboardingAtom = atom({
pubkey: null,
privkey: null,
metadata: null,
follows: null,
});