Skip to content

Conversation

@rossbulat
Copy link
Contributor

@rossbulat rossbulat commented Apr 1, 2025

Migrates the codebase to ESLint 9, and lints the project with updated rules.

@rossbulat rossbulat requested a review from Copilot April 1, 2025 07:36
Copy link
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 pull request migrates the codebase to ESLint 9 and applies updated lint rules. The changes primarily focus on standardizing the quote style from double to single quotes and minor formatting adjustments across multiple modules.

Reviewed Changes

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

Show a summary per file
File Description
builder/src/config.ts Updated quote style for config constants.
builder/src/builders/validator-assets/index.ts Standardized import quotes and formatting.
builder/src/builders/utils/index.ts Applied ESLint 9 formatting updates.
builder/src/builders/util.ts Adjusted code formatting and quote style.
builder/src/builders/types/index.ts Updated quotes and minor formatting changes.
builder/src/builders/react-polkicon/index.ts Refactored import quotes; noticed a comment typo.
builder/src/builders/react-odometer/index.ts Standardized quotes and formatting; comment typo present.
builder/src/builders/react-connect-kit/index.ts Updated quotes and formatting; comment typo noted.
builder/src/builders/hooks/index.ts Applied code formatting changes and standardized quotes; comment typo noted.
builder/src/builders/factories/index.ts Revised quote style and formatting consistency.
builder/src/builders/extension-assets/types.ts Adjusted quotes and formatting.
builder/src/builders/extension-assets/index.ts Refactored formatting, import ordering, and quote style.
builder/src/builders/directory/index.ts Updated string formatting with single quotes.
builder/src/builders/crypto/index.ts Standardized quotes and adjusted formatting.
builder/src/builders/common/prebuild.ts Applied ESLint 9 formatting and quote style changes.
.github/dependabot.yml Updated quotes for consistency in YAML.
Files not reviewed (4)
  • .eslintignore: Language not supported
  • .eslintrc.json: Language not supported
  • .prettierrc.json: Language not supported
  • .release-please-manifest.json: Language not supported
Comments suppressed due to low confidence (4)

builder/src/builders/react-polkicon/index.ts:17

  • Typo in comment: 'gump' should be 'gulp'.
      // Call gump command to build dist folder.

builder/src/builders/react-odometer/index.ts:26

  • Typo in comment: 'gump' should be 'gulp'.
      // Call gump command to build dist folder.

builder/src/builders/react-connect-kit/index.ts:26

  • Typo in comment: 'gump' should be 'gulp'.
      // Call gump command to build dist folder.

builder/src/builders/hooks/index.ts:26

  • Typo in comment: 'gump' should be 'gulp'.
      // Call gump command to build dist folder.

@rossbulat rossbulat changed the title feat(refactor): Migrate to Eslint 9 feat(refactor): Migrate to ESLint 9 Apr 1, 2025
@rossbulat rossbulat merged commit 9f8c3ef into main Apr 1, 2025
@rossbulat rossbulat mentioned this pull request Apr 1, 2025
@rossbulat rossbulat mentioned this pull request Jun 7, 2025
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.

2 participants