mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 11:38:40 +00:00
* Introduce monorepo * Introduce mock contract * Add readme Co-authored-by: Szymon Szlachtowicz <szymon.szlachtowicz@Szymons-MacBook-Pro.local>
20 lines
276 B
JSON
20 lines
276 B
JSON
{
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts","*.tsx"],
|
|
"options": {
|
|
"semi": false
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.sol"],
|
|
"options": {
|
|
"semi": true
|
|
}
|
|
}
|
|
]
|
|
}
|