Skip to content

Commit

Permalink
No need to disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Mar 16, 2021
1 parent 0e04604 commit e7558d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/yeti/SubPanelCourse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
>
Add title…
</span>
<!-- eslint-disable -->
<!-- allow to write {{...}} on same line to prevent too much spaces in contenteditable element -->
<span
v-show="hasFeaturesTitle"
class="features-title-text features-title-content"
Expand All @@ -28,7 +26,6 @@
@keypress.13.prevent
>{{ editableFeaturesTitle }}</span
>
<!-- eslint-enable -->
</p>
</div>
<div class="column is-narrow">
Expand Down

0 comments on commit e7558d7

Please sign in to comment.