1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 18:50:05 +00:00

chore: running lint as pre-commit hook

This commit is contained in:
2022-05-10 12:32:05 +02:00
parent 72ed5e3fab
commit a65d4257a5
2 changed files with 6 additions and 1 deletions

5
.git-hooks/pre-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
npm run --silent lint:fix
exit 0