2
0
mirror of https://github.com/status-im/dappconnect-sdks.git synced 2025-01-24 07:29:23 +00:00
dappconnect-sdks/.prettierrc
Pavel 2a2c356807
Improve Prettier monorepo configuration ()
* Add prettier configuration files

* Move prettier command to monorepo root

* Format all files
2022-02-23 15:49:00 +01:00

6 lines
69 B
Plaintext

{
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}