Skip to content

Commit

Permalink
remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Jan 12, 2024
1 parent d75e70c commit 9a1aaa0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
6 changes: 0 additions & 6 deletions .husky/pre-push

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project was generated with yarn, to start using it, just install the projec
yarn
```

Create a `.env` file at the root of your project using the variables listed in Trello..
Create a `.env` file at the root of your project using the variables listed in Trello.

To run the development server:

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --write",
"prepare": "husky install",
"test": "jest",
"cypress": "cypress run",
"storybook": "storybook dev -p 6006",
Expand Down Expand Up @@ -57,7 +56,6 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"postcss": "8.4.27",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6550,7 +6550,6 @@ __metadata:
eslint-plugin-no-relative-import-paths: "npm:^1.5.2"
eslint-plugin-storybook: "npm:^0.6.15"
framer-motion: "npm:^10.16.4"
husky: "npm:^8.0.0"
jest: "npm:^29.6.2"
jest-environment-jsdom: "npm:^29.6.2"
next: "npm:^14.0.3"
Expand Down Expand Up @@ -9857,15 +9856,6 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.0":
version: 8.0.3
resolution: "husky@npm:8.0.3"
bin:
husky: lib/bin.js
checksum: 6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
languageName: node
linkType: hard

"iconv-lite@npm:0.4.24":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down

0 comments on commit 9a1aaa0

Please sign in to comment.