Skip to content

Commit

Permalink
Ignore false positive unused-svelte-ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Dec 4, 2024
1 parent f22a168 commit 872e5f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ rules:
no-void: off
# https://github.com/sveltejs/eslint-plugin-svelte#white_check_mark-rules
svelte/no-at-html-tags: off
# Ignore false errors
svelte/no-unused-svelte-ignore: off
# https://svelte.dev/docs#component-format-script
no-undef-init: off
no-underscore-dangle: off
Expand Down

0 comments on commit 872e5f7

Please sign in to comment.