2
0
Files
bot/.prettierrc

7 lines
86 B
Plaintext
Raw Permalink Normal View History

2021-11-19 10:15:13 +01:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}