style: 代码统一风格格式化

Former-commit-id: 5d0a75e411
This commit is contained in:
郝先瑞 2022-05-08 13:06:12 +08:00
parent 77a71db326
commit eab11687aa
137 changed files with 10635 additions and 10635 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
// 指定每个缩进级别的空格数
tabWidth: 2,
// 使用制表符而不是空格缩进行
useTabs: true,
useTabs: false,
// 在语句末尾打印分号
semi: true,
// 使用单引号而不是双引号

View File

@ -40,12 +40,12 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"fast-glob": "^3.2.11",
"husky": "^7.0.4",
"prettier": "^2.6.2",
"sass": "^1.43.4",
"typescript": "^4.5.4",
"vite": "^2.9.7",
"fast-glob": "^3.2.11",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.34.7"
},