chore: 升级vitev5 版本,规定node版本>=18.0.0pnpm版本>=8.6.10 (#738)

This commit is contained in:
xiaoming
2023-11-10 13:16:05 +08:00
committed by GitHub
parent 6e195c8b5c
commit 10e68d681f
18 changed files with 2250 additions and 2298 deletions

View File

@@ -1,4 +1,7 @@
module.exports = {
// @ts-check
/** @type {import("prettier").Config} */
export default {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",