blockful-io / swaplace-contracts

Swaplace is an open-source, ownerless and feeless token swap protocol
https://app.swaplace.xyz/
MIT License
33 stars 33 forks source link

refactor: prettierrc config and apply to all files #150

Closed 0xneves closed 8 months ago

0xneves commented 8 months ago

Previous .prettierrc.yml is not correctly applied to all files, also it should have:

trailingComma: "all"
singleQuote: false
printWidth: 80
tabWidth: 2
semi: true

Refactor all files with the format