1
0
Fork 0
mirror of synced 2024-04-27 00:53:41 +12:00

run 'yarn run lint' before each commit

This commit is contained in:
Maurits Lourens 2021-08-19 17:04:41 +02:00
parent 780d9ea1c0
commit e0d39c6179
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn run lint:fix
yarn run lint

View file

@ -74,7 +74,7 @@
}
export const show = () => {
modal.show();
modal.show()
}
export const hide = () => {
modal.hide()