Merge commit 'refs/codex/pr885/master-20260730' into worktree/retarget-pr885-20260729

# Conflicts:
#	eslint.config.mjs
This commit is contained in:
Tianyi Cui
2026-07-30 01:18:28 +08:00
122 changed files with 16714 additions and 2564 deletions

View File

@@ -49,4 +49,11 @@ export default [
}],
},
},
{
// TypeGraph coverage must retain source-authored syntax that the normal quote rule forbids.
files: ['packages/typert/generator/tests/fixtures/type-model/packages/host/src/models.ts'],
rules: {
'@stylistic/quotes': 'off',
},
},
]