前端 --- 格式化的配置

.prettierrc

{
"printWidth": 120,
"eslintIntegration": true,
"stylelintIntegration": true,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore"
}

elslinetrc.js
"space-before-function-paren": [2, {"anonymous": "never", "named": "never"}]

记得重新编译

<div class="el-input el-input--small el-input--prefix">
<input type="text" autocomplete="off" placeholder="搜索" class="el-input__inner" />
<span class="el-input__prefix">
<i class="el-input__icon el-icon-search"></i>
</span>
</div>

posted @ 2020-09-21 19:51  otome  阅读(278)  评论(0编辑  收藏  举报