Skip to content

Commit 1d6a332

Browse files
committed
placate lint
Signed-off-by: Andrew Thornton <[email protected]>
1 parent fa26c58 commit 1d6a332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/js/markup/katex.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function displayError(el, err) {
1313
target.before(errorNode);
1414
}
1515

16-
// eslint-disable-next-line import/no-unused-modules
1716
export async function renderMath() {
1817
const els = document.querySelectorAll('.markup code.language-math');
1918
if (!els.length) return;

0 commit comments

Comments
 (0)