Skip to content

Commit

Permalink
add code formatting to husky
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Apr 16, 2024
1 parent 0eb2626 commit 020c5cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion solarkraft/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
cd solarkraft
npm run lint && npm run license
set -e
npm run lint
npm run license
npm run format

0 comments on commit 020c5cc

Please sign in to comment.