Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-vitest…
Browse files Browse the repository at this point in the history
…-0.4.1
  • Loading branch information
kibotrel committed May 18, 2024
2 parents 2b536be + 7c5140b commit c98dd60
Show file tree
Hide file tree
Showing 3 changed files with 1,071 additions and 1,079 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint --edit $1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@commitlint/config-conventional": "18.6.0",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/coverage-v8": "1.3.0",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -28,7 +28,7 @@
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vitest": "0.4.1",
"husky": "8.0.3",
"husky": "9.0.11",
"nodemon": "3.0.2",
"prettier": "3.2.5",
"ts-node": "10.9.2",
Expand Down Expand Up @@ -61,7 +61,7 @@
"format": "prettier --write src/**/*.ts",
"lint": "eslint src/**/*.ts --config .eslintrc",
"postversion": "git push && git push --tags",
"prepare": "pnpm run build && pnpm husky install",
"prepare": "pnpm run build && pnpm husky",
"prepublishOnly": "pnpm run test && pnpm run lint",
"preversion": "pnpm run lint",
"test": "vitest run",
Expand Down
Loading

0 comments on commit c98dd60

Please sign in to comment.