This commit is contained in:
lik
2026-06-12 09:00:45 +08:00
parent 18e7177560
commit 2014ec4b2b
756 changed files with 91998 additions and 1 deletions

12
.prettierrc.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
semi: false,
singleQuote: true,
printWidth: 150,
tabWidth: 2,
useTabs: false,
trailingComma: 'none',
bracketSpacing: true,
arrowParens: 'avoid',
endOfLine: 'lf',
vueIndentScriptAndStyle: false
}