mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 05:56:51 +08:00
🔧 更新 prettier 配置 (#457)
This commit is contained in:
+13
-1
@@ -5,5 +5,17 @@
|
|||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"semi": true
|
"semi": true,
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/devcontainer.json",
|
||||||
|
"**/tsconfig.json",
|
||||||
|
"**/tsconfig.*.json"
|
||||||
|
],
|
||||||
|
"options": {
|
||||||
|
"parser": "json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user