1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

formatting the .prettierrc

This commit is contained in:
nazariyv 2020-09-11 16:41:04 +01:00
parent f395e0f725
commit 94aea73574

View File

@ -1,6 +1,6 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}