5 lines
197 B
Bash
Executable File
5 lines
197 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# Use the locally-installed lint-staged so this works under environments
|
|
# where npm/npx is broken (e.g. GitHub Desktop's bundled git env).
|
|
# exec ./node_modules/.bin/lint-staged
|