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,8 +1,8 @@
import { atom } from 'jotai';
import { atomWithReset } from 'jotai/utils';
import { atom } from "jotai";
import { atomWithReset } from "jotai/utils";
// note content
export const noteContentAtom = atomWithReset('');
export const noteContentAtom = atomWithReset("");
// notify user that connector has receive newer note
export const hasNewerNoteAtom = atom(false);