Skip to content

Commit

Permalink
feat!: simplify CLI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Nov 29, 2023
1 parent 95b08aa commit e63308f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@
"typescript": "^5.2.2"
},
"lint-staged": {
"*.{ts}": [
"*.ts": [
"eslint --fix",
"prettier --write"
],
"*.{md}": [
"prettier --write"
]
"*.md": "prettier --write"
},
"keywords": [
"bitcoin",
Expand Down

0 comments on commit e63308f

Please sign in to comment.