-
Треба налаштувати husky хуки на прекоміт котрі будуть:
1. Запускати `prettier fix`
2. Запускати `eslint fix`
Не давати робити `push` поки проблеми не будуть виправлені
-
### Proposal:
Implement a tool or mechanism for Rust projects that functions like Husky, enforcing the execution of pre-build hooks whenever a `cargo` command (e.g., `cargo build`, `cargo test`) is r…
-
Needs changes to hooks (but should speed up git hooks)[https://github.com/JesusFilm/core/pull/3891](https://github.com/JesusFilm/core/pull/3891)
-
** Problem **
When using Husky on Windows and setting HUSKY=0 the pre-push hooks should not run but they did.
**Context**
- Using Windows terminal.
- Husky 8.0.3
This should be possible to t…
-
[Husky](https://typicode.github.io/husky/get-started.html)
Add Husky in root for `turbo lint` command in pre commit file
-
When pre-commit runs, we get:
```bash
husky - DEPRECATED
Please remove the following lines from your hook scripts:
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
They WILL FAIL in v10…
-
Hi Hero
-
Got a warning for `git commit`
```
husky - DEPRECATED
Please remove the following two lines from .husky/pre-commit:
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
They WILL FAIL in …
-
When I read [CONTRIBUTING.md](https://github.com/harshmangalam/event-blend-server/blob/main/CONTRIBUTING.md). I saw [commits](https://github.com/harshmangalam/event-blend-server/blob/main/CONTRIBUTING…
-
A simple one, but a lot of what is in husky v9 has thrown me ... I'm coming from v8 but some things aren't clear.
When running `npx husky init`, it seems like we get a `.husky/_/**` with everything…