1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/.prettierrc

7 lines
95 B
Plaintext
Raw Normal View History

2019-01-23 11:15:27 +01:00
{
"semi": false,
"singleQuote": true,
2019-12-16 11:44:14 +01:00
"trailingComma": "none",
"tabWidth": 2
}