Skip to content

Commit 173a810

Browse files
chore(): update lint-staged hook config
1 parent 9dfab47 commit 173a810

File tree

3 files changed

+283
-1
lines changed

3 files changed

+283
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx lint-staged
4+
npx --no-install lint-staged

package-lock.json

Lines changed: 281 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"karma-coverage-istanbul-reporter": "3.0.3",
7373
"karma-jasmine": "5.0.1",
7474
"karma-jasmine-html-reporter": "2.0.0",
75+
"lint-staged": "13.0.2",
7576
"marked": "2.1.3",
7677
"protractor": "7.0.0",
7778
"rimraf": "3.0.2",

0 commit comments

Comments
 (0)