Skip to content

Commit

Permalink
Try disable by line.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Sep 18, 2024
1 parent 4232554 commit f567739
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions framerail/src/lib/popup/error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
})
</script>

<!--
Need to address, cannot have on:click on non-interactive element <div>
eslint-disable jsx-a11y/no-static-element-interactions
-->
<!-- TODO Need to address, cannot have on:click on non-interactive element <div> -->
<!-- eslint-disable-line jsx-a11y/no-static-element-interactions -->
<div
class="modal-container"
aria-describedby="modal-message"
Expand Down

0 comments on commit f567739

Please sign in to comment.