Skip to content

Commit

Permalink
chore(dev-deps): bump husky fro m9.1.6 to v9.1.7 (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobesson authored Nov 21, 2024
2 parents 479d123 + 7d35096 commit ac81e9e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install lint-staged
lint-staged
4 changes: 0 additions & 4 deletions .lintstagedrc.json

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-security": "3.0.1",
"husky": "9.1.6",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lint-staged": "15.2.10",
Expand All @@ -111,5 +111,14 @@
"ts-node": "10.9.2",
"type-fest": "4.27.0",
"typescript": "5.6.3"
},
"lint-staged": {
"*.ts": [
"eslint --fix --report-unused-disable-directives",
"prettier --write --ignore-unknown --list-different"
],
"*.{json,md}": [
"prettier --write --ignore-unknown --list-different"
]
}
}

0 comments on commit ac81e9e

Please sign in to comment.