Skip to content

Conversation

@drichar
Copy link
Collaborator

@drichar drichar commented May 6, 2025

Description

This PR fixes the ESLint error that occurs when running pnpm lint on a fresh repository pull. The issue was that typescript-eslint was imported directly in the ESLint configuration files but was missing from the root dependencies.

Fixes #2

Details

  • Added typescript-eslint dependency to the root package.json
  • Added packageManager field to support corepack integration
  • Verified that pnpm lint runs successfully after changes

This resolves the ESLint configuration error that occurs when running 'pnpm lint'
on a fresh pull. The `typescript-eslint` package was being imported directly in the
ESLint config files but was missing from the root dependencies. Also added
`packageManager` field to support corepack integration.
@drichar drichar changed the title fix(deps): add typescript-eslint package to root dependencies chore(deps): add typescript-eslint package to root dependencies May 6, 2025
@drichar drichar merged commit dcbc5c9 into main May 6, 2025
1 check passed
@drichar drichar deleted the fix/add-typescript-eslint-dependency branch May 6, 2025 15:41
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.

pnpm lint fails on a fresh pull

2 participants