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
If I understand correctly the npm run build does run lint checks.
The command that is run is eslint --fix "bin/**/*.ts" "lib/**/*.ts" "test/**/*.ts" --ignore-pattern "**/*.d.ts" && jest.
Are you looking for something else?
Is your feature request related to a problem? Please describe
This can help surface up code style issues during PR check
Describe the solution you'd like
Add a Github workflow to check lint
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: