mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-25 13:26:17 +00:00
style ESline规则更新
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user