Skip to content

Commit e6f32f2

Browse files
committed
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.
1 parent bfa2753 commit e6f32f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export default [
480480
Other
481481
\* ======================================================================== */
482482
{
483-
files: ["gulpfile.mjs", "check_l10n.mjs"],
483+
files: ["gulpfile.mjs"],
484484
languageOptions: { globals: globals.node },
485485
},
486486
];

0 commit comments

Comments
 (0)