Files
trezor-suite/.husky/pre-commit
2024-12-04 15:01:56 +01:00

8 lines
107 B
Bash

#!/bin/bash
script_dir=$(dirname "$(realpath "$0")")
if ! bash "$script_dir/eslint.sh"; then
exit 1
fi