1 Star 0 Fork 46

Kolaer Team / dax-pay-ui

forked from Bootx / dax-pay-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
喵呀 提交于 2022-10-03 19:26 . style ESline规则更新
module.exports = {
tabWidth: 2, //指定每个缩进级别的空格数
printWidth: 140, //超过多少换行
semi: false, //行位是否使用分号
vueIndentScriptAndStyle: true, // vue文件的script标签和Style标签下的内容需要缩进
singleQuote: true, // 强制使用单引号
trailingComma: 'all', // 强制最后一行也要有斗号
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}
JavaScript
1
https://gitee.com/kolaer/dax-pay-ui.git
git@gitee.com:kolaer/dax-pay-ui.git
kolaer
dax-pay-ui
dax-pay-ui
dev

搜索帮助