mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-04 16:58:05 +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}' |