aboutsummaryrefslogtreecommitdiff
path: root/.husky
diff options
context:
space:
mode:
authorUri Shaked2021-05-29 22:55:41 +0300
committerUri Shaked2021-05-29 22:55:41 +0300
commit5f711e1a016aae0f59144834eb191e1aff4abce2 (patch)
treef8eea3d8b29c625a811134f6d1aac78490e54213 /.husky
parentMerge pull request #92 from wokwi/dependabot/npm_and_yarn/browserslist-4.16.6 (diff)
downloadavr8js-5f711e1a016aae0f59144834eb191e1aff4abce2.tar.gz
avr8js-5f711e1a016aae0f59144834eb191e1aff4abce2.tar.bz2
avr8js-5f711e1a016aae0f59144834eb191e1aff4abce2.zip
chore(deps): husky 6.0.0
Diffstat (limited to '.husky')
-rw-r--r--.husky/.gitignore1
-rw-r--r--.husky/pre-commit4
2 files changed, 5 insertions, 0 deletions
diff --git a/.husky/.gitignore b/.husky/.gitignore
new file mode 100644
index 0000000..31354ec
--- /dev/null
+++ b/.husky/.gitignore
@@ -0,0 +1 @@
+_
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100644
index 0000000..36af219
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+npx lint-staged