chore: format code

This commit is contained in:
Vben
2021-04-05 22:23:39 +08:00
parent f7499cdb0d
commit 3576d0b512
20 changed files with 364 additions and 149 deletions

View File

@@ -36,7 +36,8 @@
"types/**/*.ts",
"build/**/*.ts",
"build/**/*.d.ts",
"mock/**/*.ts"
"mock/**/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist", "**/*.js"]
}