dappconnect-chat-sdk/.prettierrc
Pavel 2a2c356807
Improve Prettier monorepo configuration (#225)
* 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"
}