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
Is your feature request related to a problem? Please describe.
Given that most JS and TS projects use ESLint for code validation, I suggest adding two exceptions (// eslint-disable-next-line @typescript-eslint/no-unused-vars) to the generated types by default; otherwise, they may cause developers' linters to fail.
Is your feature request related to a problem? Please describe.
Given that most JS and TS projects use ESLint for code validation, I suggest adding two exceptions (
// eslint-disable-next-line @typescript-eslint/no-unused-vars
) to the generated types by default; otherwise, they may cause developers' linters to fail.JS:
TS:
The text was updated successfully, but these errors were encountered: