diff --git a/.husky/pre-commit b/.husky/pre-commit index 2f53ba1..17fad9d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" +yarn lint yarn format diff --git a/src/App.svelte b/src/App.svelte index f8ff493..a71c85d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,6 +1,8 @@