Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add project field to eslint parser options #2122

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

achingbrain
Copy link
Member

The project field causes eslint to look up the closest tsconfig.json when linting ts files instead of always going to the root of the project to find it.

Reverts #2109
Fixes #2095

The project field causes eslint to look up the closest tsconfig.json
when linting ts files instead of always going to the root of the
project to find it.

Reverts #2109
Fixes #2095
@achingbrain achingbrain requested a review from a team as a code owner October 4, 2023 13:28
This was referenced Oct 4, 2023
Copy link
Member

@wemeetagain wemeetagain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed locally, fixes #2095

@wemeetagain wemeetagain merged commit 5a6a437 into master Oct 4, 2023
17 checks passed
@wemeetagain wemeetagain deleted the chore/fix-eslint-config branch October 4, 2023 15:28
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.

Linting support in vscode
2 participants