Skip to content

Conversation

@WA11AX
Copy link
Owner

@WA11AX WA11AX commented Aug 10, 2025

Summary

  • correct ESLint configuration to use plugin-prefixed @typescript-eslint presets
  • remove nonexistent rules and use proper import duplication rule
  • ignore tests directory during linting

Testing

  • npm run lint:check (fails: Strings must use doublequote)
  • npm run type-check
  • npx --yes audit-ci

https://chatgpt.com/codex/tasks/task_e_68983c166fbc832785c9b865ff75b871

Copilot AI review requested due to automatic review settings August 10, 2025 06:39
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 PR fixes several issues in the ESLint configuration to ensure proper functionality and correct rule enforcement.

  • Updates TypeScript ESLint presets to use proper plugin-prefixed format
  • Removes invalid rules and corrects import duplication rule name
  • Adds tests directory to ignore patterns for linting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants