Skip to content

Commit 4d10076

Browse files
Fix: Add missing lint scripts and dependencies
1 parent 0eec8f8 commit 4d10076

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

packages/trust-anchor-did-ethr/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/trust-anchor-did-ethr/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"@nomicfoundation/ignition-core": {
2727
"lodash-es": "^4.17.21"
2828
}
29+
},
30+
"scripts": {
31+
"lint": "solhint 'contracts/**/*.sol'"
2932
}
3033
}

0 commit comments

Comments
 (0)