0 Star 0 Fork 0

嗷大张/aoda.css

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
aodazhang 提交于 2023-01-15 20:57 . feat(all): 项目初始化
/**
* @description prettier配置文件
* @extends https://prettier.io/docs/en/options.html
*/
module.exports = {
tabWidth: 2, // 缩进2空格
semi: false, // 语句结束没有分号
singleQuote: true, // 字符串使用单引号
arrowParens: 'avoid', // 箭头函数一个参数时没有括号
trailingComma: 'none', // 对象末尾属性无逗号
bracketSpacing: true, // 对象大括号内直接是否有空格,效果{ foo: bar }
bracketSameLine: false // 多行JSX中的>是否放置在最后一行
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aodazhang/aoda-css.git
git@gitee.com:aodazhang/aoda-css.git
aodazhang
aoda-css
aoda.css
master

搜索帮助