-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add rust husky #977
base: master
Are you sure you want to change the base?
Conversation
MatejVukosav
commented
Nov 20, 2024
•
edited
Loading
edited
- use husky-rs instead of regular husky
- use dprint instead of prettier
- fix md files based on dprint
- remove unused eslint files
d75c38a
to
ec9e538
Compare
ec9e538
to
d5aeb8a
Compare
eb9fbc1
to
60d61a1
Compare
6843527
to
56459f1
Compare
66d6b75
to
7c460f2
Compare
@@ -36,6 +36,7 @@ calimero-node = { path = "../node" } | |||
calimero-network = { path = "../network" } | |||
calimero-server = { path = "../server", features = ["jsonrpc", "websocket", "admin"] } | |||
calimero-store = { path = "../store" } | |||
husky-rs.workspace = true # activate husky hooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't it be [dev-dependencies]
?
.prettierignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these accounted for someway with dprint?
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
Bump |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |