-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add linter to all packages and enable vitest #490
test: add linter to all packages and enable vitest #490
Conversation
LGTM! Thanks for working on this will be a gamechanger for maintainability :) |
Yeah please address merge conflicts. We really need to address #457 let me look into this. |
nice work. Can you:
|
@ponderingdemocritus I pushed a new commit to the PR that resolves the two requests you listed out above, see commit: 79bdabb and here is the result when running
|
@ponderingdemocritus this PR also adds the linter to the "ci" CI workflow see: cf06999 |
Relates to:
Risks
Low
Background
What does this PR do?
lint
script that run all packages lint command all at once.What kind of change is this?
Linter improvement to improve code quality across the packages.
Documentation changes needed?
No
Testing
Where should a reviewer start?
Detailed testing steps
Run:
and it will run the linter against all the packages.