You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all CI lint errors: add benchmarks/ to biome ignore, fix formatting, TS4111 conflicts, noAssignInExpressions, noForEach, noNonNullAssertion
- Add benchmarks/** to biome.json ignore (benchmarks need console.log)
- Auto-format all source files with biome format --write
- Apply safe biome lint fixes (import sorting, useImportType, noUselessElse, etc.)
- Fix noAssignInExpressions in string_ops.ts and string_ops_extended.ts
(restructure while loops to avoid assignment in condition)
- Fix noForEach in string_ops.ts (use for...of instead)
- Fix noNonNullAssertion in test files (use ?? 0 instead of !)
- Add biome-ignore comments for useLiteralKeys where bracket access is
required by TypeScript's noPropertyAccessFromIndexSignature (TS4111)
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/1df0cfcf-bce4-4db6-ad4b-cc73af955b11
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
0 commit comments