Initial commit
This commit is contained in:
7
hooks/scripts/analyze-imports.sh
Executable file
7
hooks/scripts/analyze-imports.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
FILE_PATH="$1"
|
||||
|
||||
[[ ! -f "$FILE_PATH" ]] && exit 0
|
||||
|
||||
grep -E "from ['\"]@prisma/client['\"]|import.*@prisma/client|\\\$queryRaw|\\\$executeRaw" "$FILE_PATH" 2>/dev/null
|
||||
Reference in New Issue
Block a user