jeecgboot-vue 1.1.0-beta版本源码发布

This commit is contained in:
zhangdaiscott
2022-04-27 19:19:39 +08:00
parent 3aa84883ce
commit 40c2fc9f64
96 changed files with 2562 additions and 838 deletions

View File

@@ -1,10 +1,10 @@
module.exports = {
printWidth: 100,
printWidth: 200,
tabWidth: 2,
useTabs: false,
semi: true,
semi: true, //语句末尾使用分号
vueIndentScriptAndStyle: true,
singleQuote: true,
singleQuote: true, // 使用单引号
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'es5',