mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
* chore: add precommit hook for testing code style * chore: use prettier + eslint for js code
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
exec "${DIR}/format/format.sh" --all
|