Browse Source

run 'yarn run lint' before each commit

gh-pages
Maurits Lourens 5 years ago
parent
commit
e0d39c6179
  1. 2
      .husky/pre-commit
  2. 2
      packages/builder/src/components/start/UpdateAppModal.svelte

2
.husky/pre-commit

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

2
packages/builder/src/components/start/UpdateAppModal.svelte

@ -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…
Cancel
Save