run 'yarn run lint' before each commit
This commit is contained in:
parent
72c1741831
commit
f6d831b797
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
yarn run lint:fix
|
yarn run lint
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
export const show = () => {
|
export const show = () => {
|
||||||
modal.show();
|
modal.show()
|
||||||
}
|
}
|
||||||
export const hide = () => {
|
export const hide = () => {
|
||||||
modal.hide()
|
modal.hide()
|
||||||
|
|
Loading…
Reference in New Issue