X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.husky%2Fpre-commit;h=041c660c92b36e939248b12a0fb99f203d210be2;hb=4c6f35659fb67d395adc035ef80c566eb6eef79e;hp=36af219892fda8ea669cd4b6725cd7b892231967;hpb=c28d8adf214c89a5fbb33e3cd5858d05679874fe;p=e-mobility-charging-stations-simulator.git diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af2198..041c660c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx lint-staged +npx --no-install lint-staged