1 Star 0 Fork 10

独孤求败/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
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lanjch/arco-admin-template.git
[email protected]:lanjch/arco-admin-template.git
lanjch
arco-admin-template
arco-admin-template
master

搜索帮助