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
feat: add eslint rule to validate tool schema patterns
Add `@local/no-zod-nullable-object` ESLint rule that disallows
`.nullable()` and `.object()` in tool schemas (src/tools/**).
Fix existing violation in fill_form by using "uid=value" string
format instead of zod.object(). Remove the TODO from CONTRIBUTING.md.
ClosesChromeDevTools#1076
0 commit comments