Skip to content

Commit

Permalink
Remove husky and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto committed Nov 25, 2023
1 parent 7395129 commit e738f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

18 changes: 1 addition & 17 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.html",
"scripts": {
"format": "prettier --write .",
"start": "index.html",
"prepare": "husky install"
"start": "index.html"
},
"repository": {
"type": "git",
Expand All @@ -23,8 +22,7 @@
"prettier": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.54.0",
"husky": "^8.0.0"
"eslint": "^8.54.0"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
Expand Down

0 comments on commit e738f89

Please sign in to comment.