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
ci: generate JSON schema types prior to linting code
The TypeScript eslint rules require full type information to accurately
lint the code. Without the type definitions for the imported schemas,
some rules can generate false positives such as `@typescript-eslint/no-unnecessary-type-assertion`.
0 commit comments