mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
✨ feat: 新增 数字尾巴 & 什么值得买 & 游研社
This commit is contained in:
13
.prettierrc.js
Normal file
13
.prettierrc.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
// see https://prettier.io/docs/en/options.html
|
||||
// 优先使用单引号
|
||||
singleQuote: false,
|
||||
// 尾随逗号
|
||||
trailingComma: "all",
|
||||
// 缩进空格数
|
||||
tabWidth: 2,
|
||||
// 使用分号
|
||||
semi: true,
|
||||
// 换行符
|
||||
printWidth: 100,
|
||||
};
|
||||
Reference in New Issue
Block a user