From bfcd8b8f48171b12cabb6d9750983688f2d9d578 Mon Sep 17 00:00:00 2001 From: Jesse David Peterson Date: Thu, 9 Oct 2025 10:26:06 -0400 Subject: [PATCH] fix(lint): make eslint ignore the coverage directory (#112218) --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index a0245a55b48..cb8fba5222d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -100,6 +100,7 @@ module.exports = [ '**/build/', '**/compiled/', '**/dist/', + 'coverage/', 'data/', 'deployment_tools_config.json', 'devenv',