Skip to content

Commit

Permalink
PGOV-554: removing husky from frontend to move to githooks in project…
Browse files Browse the repository at this point in the history
… root. gitignore updates.
  • Loading branch information
Adrienne committed Feb 3, 2025
1 parent 3d24756 commit a68ed25
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ vendor

# testing
/coverage
/tests/cypress/screenshots

# production
/build
/db/
/keys

# misc
.DS_Store
Expand Down
4 changes: 0 additions & 4 deletions src/frontend/.husky/pre-commit

This file was deleted.

119 changes: 101 additions & 18 deletions src/frontend/package-lock.json

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

2 changes: 0 additions & 2 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "cd .. && husky src/frontend/.husky",
"lint-staged": "lint-staged"
},
"dependencies": {
Expand All @@ -35,7 +34,6 @@
"eslint-config-next": "^14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"postcss": "^8.4.19",
"prettier": "^3.2.5",
Expand Down

0 comments on commit a68ed25

Please sign in to comment.