Browse Source

Add Husky Pre commit handling

pull/5027/head
Dan 2 months ago
parent
commit
c017168c00
  1. 2
      .husky/pre-commit

2
.husky/pre-commit

@ -0,0 +1,2 @@
# Check formatting on modified and uncommitted files, stop the commit if issues are found
npm run format:write --uncommitted || exit 1
Loading…
Cancel
Save