mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 00:08:26 +00:00
feat(testing): Added eslint and git pre commit hook
This commit is contained in:
4
.husky/pre-commit
Executable file
4
.husky/pre-commit
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
Reference in New Issue
Block a user