gpt4free-ts/.prettierrc

9 行
256 B
Plaintext
Raw 通常表示 履歴

2023-09-10 23:26:06 +09:00
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
}