Skip to content

Conversation

@nirinchev
Copy link
Collaborator

Noticed that we're not passing the --fix option to eslint correctly.

Copilot AI review requested due to automatic review settings July 3, 2025 10:49
@nirinchev nirinchev requested a review from a team as a code owner July 3, 2025 10:49
Copy link

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 corrects the reformat npm script across all packages to ensure the --fix flag is passed to ESLint rather than npm itself.

  • Adds an explicit -- delimiter before --fix in the eslint invocation.
  • Applies this change uniformly to every package’s package.json.

Reviewed Changes

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

Show a summary per file
File Description
packages/types/package.json Fix ESLint flag forwarding in reformat script
packages/snippet-manager/package.json Fix ESLint flag forwarding in reformat script
packages/shell-evaluator/package.json Fix ESLint flag forwarding in reformat script
packages/shell-api/package.json Fix ESLint flag forwarding in reformat script
packages/service-provider-node-driver/package.json Fix ESLint flag forwarding in reformat script
packages/service-provider-core/package.json Fix ESLint flag forwarding in reformat script
packages/node-runtime-worker-thread/package.json Fix ESLint flag forwarding in reformat script
packages/logging/package.json Fix ESLint flag forwarding in reformat script
packages/js-multiline-to-singleline/package.json Fix ESLint flag forwarding in reformat script
packages/i18n/package.json Fix ESLint flag forwarding in reformat script
packages/history/package.json Fix ESLint flag forwarding in reformat script
packages/errors/package.json Fix ESLint flag forwarding in reformat script
packages/editor/package.json Fix ESLint flag forwarding in reformat script
packages/e2e-tests/package.json Fix ESLint flag forwarding in reformat script
packages/cli-repl/package.json Fix ESLint flag forwarding in reformat script
packages/build/package.json Fix ESLint flag forwarding in reformat script
packages/browser-runtime-electron/package.json Fix ESLint flag forwarding in reformat script
packages/browser-runtime-core/package.json Fix ESLint flag forwarding in reformat script
packages/browser-repl/package.json Fix ESLint flag forwarding in reformat script
packages/autocomplete/package.json Fix ESLint flag forwarding in reformat script
packages/async-rewriter2/package.json Fix ESLint flag forwarding in reformat script

@nirinchev nirinchev added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Jul 3, 2025
@nirinchev nirinchev merged commit 38b17f3 into main Jul 3, 2025
73 of 76 checks passed
@nirinchev nirinchev deleted the ni/eslint-fix branch July 3, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants