4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
node_modules/.bin/eslint . && node_modules/.bin/prettier --check **/*.js
|