1 Star 0 Fork 42

hackchen / image-editor

forked from mantou / image-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.prettierrc.js 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
mantou 提交于 2024-04-09 13:16 . init
module.exports = {
// parser: 'babel',
arrowParens: 'avoid', // 箭头函数参数括号 默认avoid 可选 avoid| always
bracketSpacing: true, // 对象中打印空格 默认true
insertPragma: false,
printWidth: 120, // 换行长度
proseWrap: 'always',
requirePragma: false,
singleQuote: true, // 字符串使用单引号
semi: true, // 每行末尾自动添加分号
tabWidth: 2, // tab缩进大小,默认为2
// htmlWhitespaceSensitivity: 'ignore', //对HTML全局空白不敏感
// jsxSingleQuote: true, // jsx中使用单引号
// jsxBracketSameLine: true, //多属性html标签的‘>’折行放置
trailingComma: 'all',
embeddedLanguageFormatting: 'auto', //对引用代码进行格式化
useTabs: false, // 使用tab缩进,默认false
overrides: [
{
files: '*.json',
options: {
tabWidth: 2,
singleQuote: false,
},
},
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hackchen/image-editor.git
git@gitee.com:hackchen/image-editor.git
hackchen
image-editor
image-editor
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891