Skip to content

Commit

Permalink
Added svelte/no-ignored-unsubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 10, 2023
1 parent a097003 commit 189be19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"svelte/no-dom-manipulating": "error",
"svelte/no-dupe-on-directives": "error",
"svelte/no-dupe-use-directives": "error",
"svelte/no-ignored-unsubscribe": "error",
"svelte/no-reactive-functions": "error",
"svelte/no-reactive-literals": "error",
"svelte/no-useless-mustaches": "error",
Expand Down

0 comments on commit 189be19

Please sign in to comment.