From 63ded103418dade9eccc770476e8a4709c9fdd56 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 30 May 2026 08:20:08 +0700 Subject: [PATCH] 690530:0820 ADR-030-230 context aware #11 --- backend/eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/eslint.config.mjs b/backend/eslint.config.mjs index 8cd538aa..1f2137ba 100644 --- a/backend/eslint.config.mjs +++ b/backend/eslint.config.mjs @@ -24,6 +24,7 @@ export default tseslint.config( 'jest.config.js', '*.config.mjs', 'scratch/*.ts', + 'test/*.ts', ], }, tsconfigRootDir: import.meta.dirname,