mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-13 19:23:03 +08:00
🔧 更新 prettier 配置 (#457)
This commit is contained in:
parent
f6ee4a4c1b
commit
517a9db4d7
14
.prettierrc
14
.prettierrc
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user