Files
bot-whatsapp/.prettierrc.json
2023-02-03 10:24:48 +01:00

8 lines
117 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 120
}