mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx eslint '**/*.{js,jsx}'
|
|
npx pretty-quick --staged '**/*.{js,jsx}' |