We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed16ef6 commit 7be62aaCopy full SHA for 7be62aa
README.md
@@ -126,20 +126,6 @@ git push --set-upstream origin main
126
```
127
128
Open up issue #1 on your `https://github.com/{username}/{your_empty_repo_name}/issues` and complete all the tasks.
129
-
130
-After the initial commit in .husky/pre-commit uncomment out the two lines
131
-```bash
132
-# npx validate-branch-name
133
-# bun run depcheck:ci
134
-```
135
136
-to
137
138
139
-npx validate-branch-name
140
-bun run depcheck:ci
141
142
143
and run
144
145
```bash
0 commit comments