summaryrefslogtreecommitdiff
path: root/ext/display-templates.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-10-15 13:09:02 -0400
committerGitHub <noreply@github.com>2022-10-15 13:09:02 -0400
commit441b6882ca2ae63a9edbeac68dcc63fb8af9b522 (patch)
treef517e898a24dbcdc7022de12928b0ba07964f4e3 /ext/display-templates.html
parent5e707248ce4eb595056fd9c46acaf9a0d83678c6 (diff)
Lint updates (#2247)
* Fix spacing * Update lint dependencies * Disable false positive rule * Update header rule * Install eslint-plugin-jsonc * Update lint rules to include jsonc extension
Diffstat (limited to 'ext/display-templates.html')
-rw-r--r--ext/display-templates.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/display-templates.html b/ext/display-templates.html
index 8d147253..979415c7 100644
--- a/ext/display-templates.html
+++ b/ext/display-templates.html
@@ -157,7 +157,9 @@
<template id="kanji-info-table-item-template"><tr class="kanji-info-table-item"><th class="kanji-info-table-item-header"></th><td class="kanji-info-table-item-value"></td></tr></template>
<template id="kanji-info-table-empty-template"><tr class="kanji-info-table-item kanji-info-table-item-empty"><td class="kanji-info-table-item-value-empty">No data found</td></tr></template>
<template id="kanji-gloss-item-template"><li class="kanji-gloss-item"><span class="kanji-gloss-content"></span></li></template>
+<!-- [html-validate-disable element-required-ancestor] -->
<template id="kanji-reading-template"><dd class="kanji-reading"></dd></template>
+<!-- [html-validate-enable element-required-ancestor] -->
<!-- Tag templates -->
<template id="tag-template"><span class="tag"><span class="tag-label"><span class="tag-label-content"></span></span></span></template>