test: add linter to all packages and enable vitest#490
Merged
ponderingdemocritus merged 6 commits intoNov 22, 2024
Conversation
Contributor
|
LGTM! Thanks for working on this will be a gamechanger for maintainability :) |
mcp97
approved these changes
Nov 21, 2024
Contributor
|
@snobbee @monilpat we hav two conflicts in: packages/plugin-starknet/package.json |
Contributor
|
Yeah please address merge conflicts. We really need to address #457 let me look into this. |
Contributor
|
nice work. Can you:
|
Contributor
Author
@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 |
Contributor
Author
|
@ponderingdemocritus this PR also adds the linter to the "ci" CI workflow see: cf06999 |
lalalune
pushed a commit
that referenced
this pull request
May 3, 2026
test: add linter to all packages and enable vitest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to:
Risks
Low
Background
What does this PR do?
lintscript 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.