Files
chartdb/.husky/pre-commit
2024-08-25 18:46:07 +03:00

3 lines
111 B
Bash

#!/bin/sh
npm run lint || { echo "lint failed, please run \"npm run lint:fix\" to fix the errors." ; exit 1; }