diff --git a/.githooks/pre-commit b/.githooks/pre-commit new file mode 100644 index 0000000..3e0eb2c --- /dev/null +++ b/.githooks/pre-commit @@ -0,0 +1,3 @@ +#!/bin/bash +npm run prettier +npm run lint \ No newline at end of file