690530:0805 ADR-030-230 context aware #10
CI / CD Pipeline / build (push) Failing after 4m32s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-30 08:05:48 +07:00
parent 6799cb1715
commit 32204c9305
6 changed files with 15 additions and 2 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ export default tseslint.config(
sourceType: 'commonjs',
parserOptions: {
projectService: {
allowDefaultProject: ['jest.config.js', '*.config.mjs'],
allowDefaultProject: [
'jest.config.js',
'*.config.mjs',
'scratch/*.ts',
],
},
tsconfigRootDir: import.meta.dirname,
},