discord-bot/.prettierrc

7 lines
96 B
Plaintext
Raw Normal View History

{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120
}