2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-12 23:50:11 +02:00
file-uploads-api/.prettierrc.json
2022-04-08 17:54:56 +02:00

7 lines
96 B
JSON

{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}