Skip to content

fix(cli): add oxlint-tsgolint dep to global cli#248

Merged
branchseer merged 1 commit intomainfrom
10-23-fix_cli_add_oxlint-tsgolint_dep_to_global_cli
Oct 23, 2025
Merged

fix(cli): add oxlint-tsgolint dep to global cli#248
branchseer merged 1 commit intomainfrom
10-23-fix_cli_add_oxlint-tsgolint_dep_to_global_cli

Conversation

@branchseer
Copy link
Copy Markdown
Member

@branchseer branchseer commented Oct 23, 2025

Fixed #246 by adding oxlint-tsgolint dependency.

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@branchseer branchseer marked this pull request as ready for review October 23, 2025 02:10
Copilot AI review requested due to automatic review settings October 23, 2025 02:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes issue #246 by adding the missing oxlint-tsgolint dependency to the global CLI package, which enables the vite lint command to function properly.

  • Added oxlint-tsgolint as a dependency in the global package
  • Re-enabled the previously failing vite lint -h test in CI workflow

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
packages/global/package.json Added oxlint-tsgolint dependency to support linting functionality
.github/workflows/ci.yml Uncommented vite lint -h test now that the dependency is resolved
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@branchseer branchseer requested a review from fengmk2 October 23, 2025 02:13
@branchseer branchseer merged commit 4aeb13e into main Oct 23, 2025
10 checks passed
Copy link
Copy Markdown
Member Author

Merge activity

@branchseer branchseer deleted the 10-23-fix_cli_add_oxlint-tsgolint_dep_to_global_cli branch October 23, 2025 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global CLI fails to run subcommand lint

3 participants