Skip to content

Commit

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

<aside
<!--
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"
aria-labelledby="modal-title"
Expand All @@ -31,7 +35,7 @@
{$showErrorPopup.message}
</div>
</div>
</aside>
</div>

<style global lang="scss">
.modal-container {
Expand Down

0 comments on commit e48cb31

Please sign in to comment.