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.
This commit is contained in:
Jonas Jenwald 2026-03-10 15:39:57 +01:00
parent bfa2753f3c
commit e6f32f2d3b

View File

@ -480,7 +480,7 @@ export default [
Other
\* ======================================================================== */
{
files: ["gulpfile.mjs", "check_l10n.mjs"],
files: ["gulpfile.mjs"],
languageOptions: { globals: globals.node },
},
];