From e6f32f2d3b5c1d7e2f66c7d64cad5cbcd016c7bf Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 10 Mar 2026 15:39:57 +0100 Subject: [PATCH] Remove the "check_l10n.mjs" entry from the ESLint config Linting works fine with this removed, since there's apparently no top-level file with that name. --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 004310b75..52ef76677 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -480,7 +480,7 @@ export default [ Other \* ======================================================================== */ { - files: ["gulpfile.mjs", "check_l10n.mjs"], + files: ["gulpfile.mjs"], languageOptions: { globals: globals.node }, }, ];