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

"parserOptions.project" errors occur when users tsconfig does not include a file #629

Closed
spence-s opened this issue Oct 28, 2021 · 1 comment · Fixed by #632
Closed

"parserOptions.project" errors occur when users tsconfig does not include a file #629

spence-s opened this issue Oct 28, 2021 · 1 comment · Fixed by #632

Comments

@spence-s
Copy link
Contributor

If a user has a TS config and some JS/TS files are not included - an error will be produced for that file instead of proper linting results.

Regression Introduced by #622 as noted in #627

@tusbar
Copy link

tusbar commented Nov 2, 2021

Getting this error on a pure JS repository that contains a .d.ts file at its root as well.

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 a pull request may close this issue.

2 participants