mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-22 11:08:22 +00:00
* 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>
15 lines
198 B
JSON
15 lines
198 B
JSON
{
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.sol"],
|
|
"options": {
|
|
"semi": true
|
|
}
|
|
}
|
|
]
|
|
}
|