platform/services/ai-bot/love-agent/.prettierrc
2024-11-04 21:35:13 +07:00

12 lines
273 B
Plaintext

{
"$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": []
}