Skip to content

Commit 120c6fb

Browse files
author
Caleb Ditchfield
authored
Merge pull request #260 from fei-protocol/feat/commit-hooks
Feat/commit hooks
2 parents 5289145 + 0f5f660 commit 120c6fb

File tree

5 files changed

+449
-2
lines changed

5 files changed

+449
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.eslintcache
12
.env
23
node_modules
34
*.DS_Store*
@@ -8,4 +9,4 @@ coverage/
89
tenderly.yaml
910
artifacts
1011
cache
11-
types/contracts
12+
types/contracts

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx lint-staged

0 commit comments

Comments
 (0)