重大版本发布,1.3.0版本源码上传(全功能趋于稳定健壮)

This commit is contained in:
zhangdaiscott
2022-06-21 17:53:49 +08:00
parent 8b54e3be5e
commit 5aec20bfa0
139 changed files with 2834 additions and 811 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'es5',
jsxBracketSameLine: false,
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,