We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324f9b commit 45d7f6bCopy full SHA for 45d7f6b
.gitignore
@@ -11,7 +11,6 @@ Thumbs.db
11
# Environment
12
.idea
13
.env
14
-.husky
15
*.iml
16
*.bat
17
*.map
@@ -23,4 +22,4 @@ coverage
23
22
dist
24
/app/
25
/plugins/
26
-/resources/
+/resources/
.husky/pre-commit
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+npx lint-staged
0 commit comments