1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-14 17:24:51 +01:00
market/.prettierrc

6 lines
94 B
Plaintext
Raw Normal View History

2020-05-07 08:03:30 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}