mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# See https://git-scm.com/docs/githooks#_pre_commit
|
|
|
|
yarn run lint
|