1 Star 0 Fork 13

静唯寄/Unusual-Admin

forked from 王泽伟/Unusual-Admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierrc.js 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yancy 提交于 2023-11-20 18:07 . feat:新增prettier
module.exports = {
"semi": false,
"singleQuote": true,
"withNodeModules": true,
"printWidth": 140,
"vueIndentScriptAndStyle": true,
"tabWidth":4,
"useTabs": false,
"jsxSingleQuote": true, //jsx中使用单引号
"bracketSpacing": true,//在对象前后添加空格-eg: { foo: bar }
"embeddedLanguageFormatting": "auto",//在对象前后添加空格-eg: { foo: bar }
"arrowParens": "always", //单参数箭头函数参数周围使用圆括号-eg: (x) => x
"trailingComma": "none", //是否使用尾逗号,有三个可选值"<none|es5|all>"
"parser": "babylon" //代码的解析引擎,默认为babylon,与babel相同。
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jingweiji/Unusual-Admin.git
[email protected]:jingweiji/Unusual-Admin.git
jingweiji
Unusual-Admin
Unusual-Admin
main

搜索帮助