1 Star 0 Fork 1

happy2discover/wangEditor-plugin-link-card

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.prettierrc.js 639 Bytes
Copy Edit Raw Blame History
王福朋 authored 2022-02-23 09:47 . chore: init code
module.exports = {
// 箭头函数只有一个参数的时候可以忽略括号
arrowParens: 'avoid',
// 括号内部不要出现空格
bracketSpacing: true,
// 行结束符使用 Unix 格式
endOfLine: 'lf',
// true: Put > on the last line instead of at a new line
jsxBracketSameLine: false,
// 行宽
printWidth: 100,
// 换行方式
proseWrap: 'preserve',
// 分号
semi: false,
// 使用单引号
singleQuote: true,
// 缩进
tabWidth: 2,
// 使用 tab 缩进
useTabs: false,
// 后置逗号,多行对象、数组在最后一行增加逗号
trailingComma: 'es5',
parser: 'typescript',
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happy2discover/wangEditor-plugin-link-card.git
git@gitee.com:happy2discover/wangEditor-plugin-link-card.git
happy2discover
wangEditor-plugin-link-card
wangEditor-plugin-link-card
main

Search