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
- Turn off no-unused-vars (too many type imports)
- Turn off import/extensions (not needed for TS)
- Allow require() in test files
- Add spec/**/*.yaml to prettierignore
This allows the CI lint step to pass.
0 commit comments