Skip to content

Commit

Permalink
Add disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Jun 24, 2024
1 parent e29f75f commit f169de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-ansi-to-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class HaAnsiToHtml extends LitElement {

private _parseTextToColoredPre(text) {
const pre = document.createElement("pre");
// eslint-disable-next-line no-control-regex
const re = /\x1b(?:\[(.*?)[@-~]|\].*?(?:\x07|\x1b\\))/g;
let i = 0;

Expand Down

0 comments on commit f169de6

Please sign in to comment.