From e9dde826df738c4094709804d72de4991b377a8a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 10 Dec 2023 19:21:14 -0500 Subject: Change no-console to error, only for ext files (#352) --- ext/js/dom/sandbox/css-style-applier.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/js/dom/sandbox') diff --git a/ext/js/dom/sandbox/css-style-applier.js b/ext/js/dom/sandbox/css-style-applier.js index ea36a02d..200fd05f 100644 --- a/ext/js/dom/sandbox/css-style-applier.js +++ b/ext/js/dom/sandbox/css-style-applier.js @@ -49,6 +49,7 @@ export class CssStyleApplier { try { rawData = await this._fetchJsonAsset(this._styleDataUrl); } catch (e) { + // eslint-disable-next-line no-console console.error(e); } const styleData = this._styleData; -- cgit v1.2.3