feat: 新增 数字尾巴 & 什么值得买 & 游研社

This commit is contained in:
imsyy
2024-12-09 18:13:20 +08:00
parent a05578f0f4
commit bd507f9938
10 changed files with 240 additions and 65 deletions

13
.prettierrc.js Normal file
View 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,
};