Handle FinishReason.NO_IMAGE and fix optional chaining
- Add NO_IMAGE to error finish reasons in Google provider - Fix non-null assertion after optional chaining in Anthropic provider - Migrate biome config to 2.3.5 - Ignore Tailwind CSS file from biome checks - Bump all packages to version 0.6.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
@@ -34,8 +34,9 @@
|
||||
"*.json",
|
||||
"*.md",
|
||||
"!**/node_modules/**/*",
|
||||
"!**/test-sessions.ts"
|
||||
],
|
||||
"experimentalScannerIgnores": ["node_modules"]
|
||||
"!**/test-sessions.ts",
|
||||
"!packages/web-ui/src/app.css",
|
||||
"!!**/node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user