🔧 配置 prettier (#515)

*  添加开发依赖 prettier

* 🎨 格式化
This commit is contained in:
呵呵です
2024-11-01 01:45:56 +08:00
committed by GitHub
parent 1173c39e7a
commit 194fed24c9
9 changed files with 90 additions and 58 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"prettier": {
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}