Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Fix front end tools error message #142

Closed lassemoldrup closed 10 months ago

lassemoldrup commented 10 months ago

Purpose

Closes #135.

Checklist

DOBEN commented 10 months ago

You can run yarn lint --fix and yarn fmt before pushing the code to have your code linted (avoids the failing CI pipeline).