1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-07-01 06:02:20 +02:00
react/.prettierrc

6 lines
94 B
Plaintext
Raw Normal View History

2020-04-25 02:27:45 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}