refactor: replace logger

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2023-11-26 22:43:02 +08:00
parent a42bde6163
commit 6913dc9855
10 changed files with 74 additions and 104 deletions

8
.prettierrc.mjs Normal file
View File

@@ -0,0 +1,8 @@
import { factory } from '@innei/prettier'
export default {
...factory({
tailwindcss: false,
}),
importOrderParserPlugins: ['typescript', 'jsx', 'decorators-legacy'],
}