mirror of
https://github.com/chathub-dev/chathub.git
synced 2025-12-24 12:37:53 +08:00
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|