-
Notifications
You must be signed in to change notification settings - Fork 0
lint fixes #108
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
Closed
Closed
lint fixes #108
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b76c99e
lint fixes
InfinityBowman 3fd6768
more lint fixes
InfinityBowman fc6dd02
Apply Prettier formatting
actions-user a826624
more lint fixes
InfinityBowman 1fa562e
Merge branch '107-add-a-test-function-to-mcp' of https://github.com/I…
InfinityBowman 9414784
Apply Prettier formatting
actions-user d964514
lint fixes
InfinityBowman ddbf9e2
Merge branch '107-add-a-test-function-to-mcp' of https://github.com/I…
InfinityBowman ceb3ee6
lint fixes
InfinityBowman 7d6319f
Apply Prettier formatting
actions-user fe905ae
lint fixes
InfinityBowman dd34896
lint fixes
InfinityBowman 8decd26
Merge branch '107-add-a-test-function-to-mcp' of https://github.com/I…
InfinityBowman 593ad7b
Apply Prettier formatting
actions-user 9a1012e
lint fixes
InfinityBowman 7a09fcc
Merge branch '107-add-a-test-function-to-mcp' of https://github.com/I…
InfinityBowman f517ea9
Apply Prettier formatting
actions-user 052b41e
better-auth-store rename
InfinityBowman 1c422ec
Merge branch '107-add-a-test-function-to-mcp' of https://github.com/I…
InfinityBowman 682bac0
fix tests
InfinityBowman 495e01c
fix lint
InfinityBowman 6498e0a
Apply Prettier formatting
actions-user 87f33e7
lint fixes and bug fix
InfinityBowman 2b7167c
all lint issues resolved
InfinityBowman ea593ee
fix issues caused by lint
InfinityBowman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sonarjs plugin imported but not configured.
The
eslint-plugin-sonarjsis imported and registered in the plugins object, but no sonarjs rules are actively configured (line 105 shows the only sonarjs rule commented out). This adds an unnecessary dependency without providing linting value.Consider either:
sonarjs/cognitive-complexity,sonarjs/no-duplicate-string, etc.Also applies to: 13-15
🤖 Prompt for AI Agents