Skip to content

Commit 500361d

Browse files
committed
fix(#161): removes hardhat config and deps
1 parent 8f1e981 commit 500361d

22 files changed

+766
-4921
lines changed

.commitlintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@commitlint/config-conventional"]
3+
}

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no -- commitlint --edit

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ Required:
3737

3838
### 4. Test
3939

40-
`yarn test`
41-
42-
### 5. Using plot cli
43-
44-
`yarn plot --strike $strike --vol $vol --tau $tau --price $price --fee $fee`
40+
`forge test`
4541

4642
## Resources
4743

chart/asciichart-extended.js

-98
This file was deleted.

chart/cli.ts

-37
This file was deleted.

chart/index.ts

-1
This file was deleted.

chart/plot.ts

-231
This file was deleted.

0 commit comments

Comments
 (0)