fix(rncp): update eslint comments to enable linting for v-html usage in RNCPPage component
This commit is contained in:
@@ -25,21 +25,20 @@
|
|||||||
{{ $t("rncp.usage_steps") }}
|
{{ $t("rncp.usage_steps") }}
|
||||||
</div>
|
</div>
|
||||||
<div class="space-y-1.5">
|
<div class="space-y-1.5">
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
<!-- eslint-disable vue/no-v-html -->
|
||||||
<p
|
<p
|
||||||
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
|
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
|
||||||
v-html="renderMarkdown($t('rncp.step_1'))"
|
v-html="renderMarkdown($t('rncp.step_1'))"
|
||||||
></p>
|
></p>
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
|
||||||
<p
|
<p
|
||||||
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
|
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
|
||||||
v-html="renderMarkdown($t('rncp.step_2'))"
|
v-html="renderMarkdown($t('rncp.step_2'))"
|
||||||
></p>
|
></p>
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
|
||||||
<p
|
<p
|
||||||
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
|
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
|
||||||
v-html="renderMarkdown($t('rncp.step_3'))"
|
v-html="renderMarkdown($t('rncp.step_3'))"
|
||||||
></p>
|
></p>
|
||||||
|
<!-- eslint-enable vue/no-v-html -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user