Skip to content

Commit

Permalink
Eslint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Nov 15, 2023
1 parent c0b5e54 commit 3492e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/importer/transformers/bold.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-unused-vars: off */
function createBold(main, document) {
main.querySelectorAll('span.cmp-text--largetext').forEach((e) => {
e.outerHTML = `<b>${e.textContent}</b>`;
Expand Down

0 comments on commit 3492e04

Please sign in to comment.