diff --git a/.huskyrc b/.huskyrc new file mode 100644 index 0000000..05ea0d9 --- /dev/null +++ b/.huskyrc @@ -0,0 +1,5 @@ +{ + "hooks": { + "pre-commit": "lint-staged" + } +} \ No newline at end of file