fix: resolve all oxlint warnings across the monorepo#381
Open
fix: resolve all oxlint warnings across the monorepo#381
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add ignoreDeprecations: "5.0" to tsconfig.json for 5 MCPs that use baseUrl for path aliases, fixing the TS5101 CI check failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
_, removed truly unused declarations, unwrapped no-op try/catch blocks, and added inline suppression for intentional control-character regexes incontent-scraperTest plan
bun run lintpasses with 0 warnings and 0 errorsbun run fmtpasses (pre-commit hook verified)🤖 Generated with Claude Code
Summary by cubic
Clears all
oxlintwarnings across the monorepo and silences TypeScript 5.9baseUrldeprecation to unblock CI. No functional changes intended; lint and TS checks now pass cleanly.Refactors
_; removed unused imports/types/vars.discord-read,slack-mcp,multi-channel-inbox,registry,vtex, andvirtual-try-on.oxlint-disable-next-line no-control-regexincontent-scrapersanitization; fixed VTEX masked-card regex.Bug Fixes
"ignoreDeprecations": "5.0"totsconfig.jsonincontent-scraper,hyperdx,multi-channel-inbox,registry, andvirtual-try-onto silence TS5101 (baseUrl) in TS 5.9 and pass CI.Written for commit 36bf7be. Summary will update on new commits.