From f0c5ed8a306466615afacacd39a6d8a1a8acbafd Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 8 Nov 2023 10:06:13 +0100 Subject: [PATCH] Appease the linter --- scripts/copy-res.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-res.ts b/scripts/copy-res.ts index d50ecca188..62268f6eff 100755 --- a/scripts/copy-res.ts +++ b/scripts/copy-res.ts @@ -7,7 +7,7 @@ import * as chokidar from "chokidar"; import * as fs from "node:fs"; import _ from "lodash"; import { Cpx } from "cpx"; -import { util } from 'webpack'; +import { util } from "webpack"; import { Translations } from "matrix-web-i18n"; const REACT_I18N_BASE_PATH = "node_modules/matrix-react-sdk/src/i18n/strings/";