This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
auction-image/.prettierrc

8 lines
113 B
Plaintext
Raw Normal View History

2023-03-14 13:40:50 +00:00
{
"singleQuote": true,
"printWidth": 90,
"tabWidth": 4,
"semi": false,
"endOfLine": "auto"
}