Skip to content

Commit

Permalink
Merge branch 'master' into rule-readme-harmonization
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 29, 2024
2 parents 9950904 + c592efa commit 9976ad7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.2.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"semantic-release": "19.0.3"
},
Expand All @@ -40,6 +40,6 @@
"start": "npm run test-watch",
"test": "jest",
"test-watch": "jest --watchAll",
"prepare": "husky install"
"prepare": "husky"
}
}

0 comments on commit 9976ad7

Please sign in to comment.