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

docs(parser): clarify mixed codebase configuration #861

Closed
wants to merge 1 commit into from

Conversation

bradzacher
Copy link
Member

Fixes #853

People were having some problems because we now throw errors if files aren't included in the tsconfig.

For mixed js/ts codebases, this is pretty much the default state, as users didn't run typescript on their JS code.

This just clarifies the documentation so that it covers all the bases.

Also moved createDefaultProgram to the bottom of the list and emphasised that people shouldn't use it.

People were having some problems because we now throw errors if files aren't included in the tsconfig - which is the case for a lot of users.

This just clarifies the documentation so that it covers all the bases.
@bradzacher bradzacher added the documentation Documentation ("docs") that needs adding/updating label Aug 15, 2019
@typescript-eslint

This comment has been minimized.

bradzacher added a commit that referenced this pull request Aug 15, 2019
bradzacher added a commit that referenced this pull request Aug 15, 2019
@bradzacher
Copy link
Member Author

closing in favour of #866

@bradzacher bradzacher closed this Aug 15, 2019
@bradzacher bradzacher deleted the bradzacher-patch-3 branch August 15, 2019 20:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Documentation ("docs") that needs adding/updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tsconfig includes not recognized (typescript-eslint@2.0.0)
1 participant