Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Oct 19, 2024
1 parent 1289311 commit 661e2a8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@
"prepare": "husky"
},
"lint-staged": {
"*.ts": ["prettier --write", "eslint"],
"*.md": ["prettier --write"]
"*.ts": [
"prettier --write",
"eslint"
],
"*.md": [
"prettier --write"
]
},
"bin": "./dist/cli.js",
"files": [
Expand Down

0 comments on commit 661e2a8

Please sign in to comment.