Skip to content

Conversation

bdehamer
Copy link
Collaborator

Update the eslint config to use an absolute path when referencing the tsconfig.json file.

Signed-off-by: Brian DeHamer <bdehamer@github.com>
@Copilot Copilot AI review requested due to automatic review settings August 14, 2025 21:15
@bdehamer bdehamer requested a review from a team as a code owner August 14, 2025 21:15
Copy link

@Copilot 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

Updates the eslint configuration to use absolute path resolution for the tsconfig.json file reference instead of relative paths.

  • Adds node:path import for path manipulation utilities
  • Replaces array of relative paths with absolute path resolution using import.meta.url
  • Removes reference to ./.github/linters/tsconfig.json and keeps only ./tsconfig.json with absolute resolution

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@bdehamer bdehamer merged commit 0fca5a6 into main Aug 14, 2025
20 checks passed
@bdehamer bdehamer deleted the bdehamer/fix-linter-config branch August 14, 2025 21:27
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.

3 participants