Skip to content
Snippets Groups Projects
Commit afb2241a authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

change a eslint disable to nextline only

parent 8975589b
No related branches found
No related tags found
2 merge requests!1236Merge 2.1.2 to MASTER,!1230fix vue warnings and errors
Pipeline #30690 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment