Skip to content

Commit

Permalink
👻 Add pre-commit auto format hook with husky (#39)
Browse files Browse the repository at this point in the history
Auto-fix format errors.

---------

Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
Co-authored-by: Scott Dickerson <sdickers@redhat.com>
  • Loading branch information
rszwajko and sjd78 authored Oct 2, 2024
1 parent 2e2327b commit 5d3d5e3
Show file tree
Hide file tree
Showing 9 changed files with 1,055 additions and 329 deletions.
3 changes: 3 additions & 0 deletions vscode/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# hooks need to be in root
cd vscode
npx lint-staged
Loading

0 comments on commit 5d3d5e3

Please sign in to comment.