diff options
| author | kj_sh604 | 2026-02-14 12:39:43 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 12:39:43 -0500 |
| commit | 44e5a55736c4ff99d404441936b055483ed9c42d (patch) | |
| tree | bf22343ade74a79f18b44ea39449903d7501e70d /.huskyrc.json | |
fork: initial commit, derived from water.css (d950cbc)
Diffstat (limited to '.huskyrc.json')
| -rw-r--r-- | .huskyrc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.huskyrc.json b/.huskyrc.json new file mode 100644 index 0000000..acfde82 --- /dev/null +++ b/.huskyrc.json @@ -0,0 +1,5 @@ +{ + "hooks": { + "pre-commit": "yarn validate" + } +}
\ No newline at end of file |
