From b4f446e3a0ef4865561b3426015cd8e62997acee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20S=C5=82uszniak?= Date: Mon, 20 Apr 2026 11:14:00 +0200 Subject: [PATCH] chore: exclude **/build/ from eslint ignorePatterns CMake-generated compiler_depend.ts timestamp files inside local build/ directories cause parsing errors when lint runs from a workspace that has built the native test suite. Co-Authored-By: Claude Opus 4.7 (1M context) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 57f23f1b5b..f95187b46b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -106,7 +106,7 @@ module.exports = { }, }, ], - ignorePatterns: ['node_modules/', 'lib/'], + ignorePatterns: ['node_modules/', 'lib/', '**/build/'], settings: { jsdoc: { tagNamePreference: {