Skip to content

Commit

Permalink
🐛 fix: added commitlint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MakakWasTaken committed Nov 8, 2023
1 parent 823d36d commit eeee30b
Show file tree
Hide file tree
Showing 2 changed files with 753 additions and 29 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"lint:staged": "lint-staged",
"test": "ts-mocha -p ./tsconfig.json test/**/*.ts",
"coverage": "nyc yarn test",
"prepublishOnly": "yarn build"
"prepublishOnly": "yarn build",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
Expand All @@ -38,6 +39,8 @@
"react-router": "^6.0.2"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.3",
Expand All @@ -55,7 +58,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit eeee30b

Please sign in to comment.