commit e368b2ac48bbdf38769f5f2e4357adb2a12df89f
parent 04479b369181d280f82030960ae43a456d8213fc
Author: Mark Banner <standard8@mozilla.com>
Date: Mon, 20 Oct 2025 13:03:51 +0000
Bug 1994990 - Re-enable running ESLint on layout/tools/reftest/. r=frontend-codestyle-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D269041
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eslint-ignores.config.mjs b/eslint-ignores.config.mjs
@@ -39,7 +39,7 @@ export default [
"**/reftest/",
"**/reftests/",
// Don't ignore the reftest harness files.
- "!/layout/tools/reftest/",
+ "!layout/tools/reftest/",
// Exclude expected objdirs.
"obj*/",