fix(lint): make eslint ignore the coverage directory (#112218)

This commit is contained in:
Jesse David Peterson
2025-10-09 10:26:06 -04:00
committed by GitHub
parent d408e712e5
commit bfcd8b8f48
+1
View File
@@ -100,6 +100,7 @@ module.exports = [
'**/build/',
'**/compiled/',
'**/dist/',
'coverage/',
'data/',
'deployment_tools_config.json',
'devenv',