mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-07 06:25:18 +02:00
5 lines
55 B
Text
5 lines
55 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint
|