1 Star 0 Fork 9

蒋俊祺 / arco-admin-template

forked from hu-snail / arco-admin-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2022-04-24 15:10 . fix: eslint修复
module.exports = {
singleQuote: true, // 使用单引号
htmlWhitespaceSensitivity: 'ignore',
printWidth: 100,
tabWidth: 2,
semi: true, // 句末使用分号
arrowParens: 'always', //函数体一个参数的时候禁止使用括号
proseWrap: 'never',
trailingComma: 'none', // 禁止使用尾逗号
jsxBracketSameLine: false
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiang-junqi/arco-admin-template.git
git@gitee.com:jiang-junqi/arco-admin-template.git
jiang-junqi
arco-admin-template
arco-admin-template
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891