4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
# Format and submit code according to lintstagedrc.js configuration
|
||
|
|
pnpm lint
|