diff --git a/Taskfile.yaml b/Taskfile.yaml index 3717f9f..bab951e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -5,7 +5,7 @@ version: '3' vars: GREETING: Hello, World! FILES: - sh: git diff-ls --diff-filter=d main | perl -pe's/\n/ /' + sh: git diff-ls --diff-filter=d main | grep -v .eslintignore | perl -pe's/\n/ /' tasks: build: vite build diff --git a/src/lib/components/Battle.svelte b/src/lib/components/Battle.svelte index e7a6e9e..782f04c 100644 --- a/src/lib/components/Battle.svelte +++ b/src/lib/components/Battle.svelte @@ -103,7 +103,6 @@