community-dapp/.prettierrc.json
Pavel 20d0d82a46
Fetch communities from Waku (#24)
* move contracts to constants

* disable featured

* update title

* fetch communities from waku

* update provider

* format webpack config

* use vite

* rm vite

* add js-waku

* set peers

* add @status-im/js

* fix clean script

* fix webpack config

* update readme

* set clean

* use localhost

* use @status-im/js

* enable pings

* desc core-js

* make communit image optional

* validate public key

* fix image field

* remove extra import

* remove zlib fallback from webpack config

* increase timeout

---------

Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
2023-05-04 14:11:41 +02:00

15 lines
198 B
JSON

{
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"semi": false,
"overrides": [
{
"files": ["*.sol"],
"options": {
"semi": true
}
}
]
}