feat: init

This commit is contained in:
Innei
2025-06-05 13:27:09 +08:00
commit f841d2ada2
181 changed files with 27788 additions and 0 deletions

5
.prettierrc.mjs Normal file
View File

@@ -0,0 +1,5 @@
import { factory } from '@innei/prettier'
export default factory({
importSort: false,
})