1 Star 0 Fork 14

美丽的小仙女/vue-h5-template

forked from Lael/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',
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/beautiful_fairy/vue-h5-template.git
git@gitee.com:beautiful_fairy/vue-h5-template.git
beautiful_fairy
vue-h5-template
vue-h5-template
vue-h5-template

搜索帮助