chore: initialize

This commit is contained in:
ChenZhaoYu
2023-02-09 11:21:33 +08:00
commit 6ad8d59dc4
34 changed files with 5722 additions and 0 deletions

4
.eslintrc.cjs Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
root: true,
extends: ['@antfu'],
}