aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-09-08 16:29:10 +0300
committerShpuld Shpuldson <shp@cock.li>2020-09-08 16:29:10 +0300
commitafb2241a5ba057f5d21abb23fa5400e461ba8cf5 (patch)
treec34e85192ac14fd30ea5dd5de84610bcbd5acaef /src
parent8975589bca81ff6eb84084047bf74e16ee5d1cd7 (diff)
change a eslint disable to nextline only
Diffstat (limited to 'src')
-rw-r--r--src/components/poll/poll.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index fedb92c8..5f54b416 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,9 +17,8 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
- <!-- eslint-disable vue/no-v-html -->
+ <!-- eslint-disable-next-line vue/no-v-html -->
<span v-html="option.title_html" />
- <!-- eslint-enable vue/no-v-html -->
</div>
<div
class="result-fill"