mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint:docker
|
||
|
npm run lint:editorconfig
|
||
|
npm run lint:markdown
|
||
|
npm run lint:typescript
|