1 Star 0 Fork 0

gemgao / vue-h5-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evan Fong 提交于 2023-07-05 17:49 . refactor: 重构axios相关代码
module.exports = {
printWidth: 140,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
overrides: [
{
files: '.*rc',
options: {
parser: 'json',
},
},
],
};
1
https://gitee.com/gemgao/vue-h5-template.git
git@gitee.com:gemgao/vue-h5-template.git
gemgao
vue-h5-template
vue-h5-template
vue-h5-template

搜索帮助