hi-client/libcore/.prettierrc
2025-10-27 22:15:25 +08:00

10 lines
158 B
Plaintext

{
"overrides": [
{
"files": ".github/**",
"options": {
"singleQuote": true
}
}
]
}