Skip to content

Commit d8d0876

Browse files
committed
chore: relax husky linting
1 parent 1b410ea commit d8d0876

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"test": "yarn hardhat:test",
3333
"vercel": "yarn workspace @se-2/nextjs vercel",
3434
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo",
35-
"verify": "yarn workspace @se-2/hardhat verify"
35+
"verify": "yarn workspace @se-2/hardhat verify",
36+
"lint": "next lint",
37+
"lint:skip": "exit 0"
3638
},
3739
"devDependencies": {
3840
"@types/snarkjs": "^0",
@@ -48,5 +50,10 @@
4850
"jsqr": "^1.4.0",
4951
"qrcode.react": "^4.1.0",
5052
"snarkjs": "^0.7.5"
53+
},
54+
"husky": {
55+
"hooks": {
56+
"pre-commit": "npm run lint:skip"
57+
}
5158
}
5259
}

0 commit comments

Comments
 (0)