Skip to content

Commit 1016d72

Browse files
author
Rajat
committed
Removed husky and added agent instructions
1 parent a6ac438 commit 1016d72

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- In `apps/web` workspace, create a string first in `apps/web/config/strings.ts` and then import it in the `.tsx` files, instead of using inline strings.
99
- When working with forms, always use refs to keep the current state of the form's data and use it to enable/disable the form submit button.
1010
- Check the name field inside each package's package.json to confirm the right name—skip the top-level one.
11+
- After finishing your change, always run `pnpm lint` and `pnpm prettier` to check if there are any code quality issues. If yes, fix those before assuming your work is complete.
1112

1213
## Testing instructions
1314

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"clean": "pnpm -r run clean",
2323
"ci:publish": "pnpm publish -r --no-git-checks",
2424
"dev": "pnpm --filter @courselit/web dev",
25-
"prepare": "husky",
2625
"release": "./release.sh",
2726
"test": "NODE_OPTIONS='--experimental-vm-modules' SUPPRESS_JEST_WARNINGS=1 jest",
2827
"test:watch": "NODE_OPTIONS='--experimental-vm-modules' SUPPRESS_JEST_WARNINGS=1 jest --watch",
@@ -42,7 +41,6 @@
4241
"eslint-plugin-react": "^7.37.5",
4342
"eslint-plugin-react-hooks": "^7.0.1",
4443
"eslint-plugin-unused-imports": "^4.3.0",
45-
"husky": "^9.1.7",
4644
"jest": "^29.7.0",
4745
"jest-environment-jsdom": "^29.7.0",
4846
"lint-staged": "^15.2.2",

pnpm-lock.yaml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)