change a eslint disable to nextline only

This commit is contained in:
Shpuld Shpuldson 2020-09-08 16:29:10 +03:00
parent 8975589bca
commit afb2241a5b

View file

@ -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"