community-dapp/.prettierrc.json
Szymon Szlachtowicz 4421d1666a
Introduce monorepo (#40)
* Introduce monorepo

* Introduce mock contract

* Add readme

Co-authored-by: Szymon Szlachtowicz <szymon.szlachtowicz@Szymons-MacBook-Pro.local>
2021-06-17 13:33:35 +02:00

20 lines
276 B
JSON

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