platform/services/ai-bot/love-agent/.prettierrc

12 lines
273 B
Plaintext
Raw Normal View History

2024-11-04 14:35:13 +00:00
{
"$schema": "http://json-schema.org/draft-04/schema#",
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"useTabs": false,
"bracketSpacing": true,
"proseWrap": "preserve",
"plugins": []
}