From 21058fd4632298fdf1e8d44965f545b3a67b4aea Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:23:25 -0500 Subject: [PATCH] git hooks --- .githooks/pre-commit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .githooks/pre-commit 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