mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
803bb900e3
* cf feature/prettier husky, lint-staged, prettier add.
7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/bin/sh
|
||
. "$(dirname "$0")/_/husky.sh"
|
||
|
||
# eslint 実行
|
||
npm run lint
|
||
# lint-staged 実行(prettier)
|
||
npm run precommit
|