mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 03:32:43 +08:00
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"proseWrap": "never",
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
|
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
|
|
} |