Skip to content

Commit 7d0df96

Browse files
committed
Suppress pointless lints
1 parent c585c6c commit 7d0df96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impl/src/simulator.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ function updateImpressionsTable() {
180180
backend.saveImpression(...sites(site, intermediary), opts);
181181
li.innerText = "Success";
182182
} catch (e) {
183+
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
183184
li.innerText = `Error: ${e}`;
184185
}
185186

@@ -299,6 +300,7 @@ function updateImpressionsTable() {
299300
li.append(" and…", dl);
300301
}
301302
} catch (e) {
303+
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
302304
li.innerText = `Error: ${e}`;
303305
}
304306

0 commit comments

Comments
 (0)