style ESline规则更新

This commit is contained in:
xxm
2022-10-03 19:26:05 +08:00
parent 488776ca27
commit be13e7b425
732 changed files with 15318 additions and 17298 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
semi: false, //行位是否使用分号
vueIndentScriptAndStyle: true, // vue文件的script标签和Style标签下的内容需要缩进
singleQuote: true, // 强制使用单引号
trailingComma: 'all',
trailingComma: 'all', // 强制最后一行也要有斗号
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',