1 Star 0 Fork 0

yuling/basic_configuration_frame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prettier.config.js 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
luoshouyu 提交于 2022-11-22 10:47 . 项目初始化
module.exports = {
printWidth: 100, // 一行的字符数,如果超过会进行换行
tabWidth: 2, // 一个tab代表几个空格数,默认就是2
useTabs: false, // 是否启用tab取代空格符缩进,.editorconfig设置空格缩进,所以设置为false
semi: false, // 行尾是否使用分号,默认为true
singleQuote: true, // 字符串是否使用单引号
trailingComma: 'all', // 对象或数组末尾是否添加逗号 none| es5| all
jsxSingleQuote: true, // 在jsx里是否使用单引号,你看着办
bracketSpacing: true, // 对象大括号直接是否有空格,默认为true,效果:{ foo: bar }
arrowParens: 'avoid', // 箭头函数如果只有一个参数则省略括号
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yulinglsy/basic_configuration_frame.git
[email protected]:yulinglsy/basic_configuration_frame.git
yulinglsy
basic_configuration_frame
basic_configuration_frame
master

搜索帮助