2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-12 15:40:11 +02:00
file-uploads-api/.prettierrc.json

7 lines
96 B
JSON
Raw Normal View History

2022-04-08 17:54:56 +02:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}