Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
Inhttps://typescript-eslint.io/linting/typed-linting, we showproject: true
and include this line:
parserOptions.project tells our parser the relative path where your project's
tsconfig.json
is.
That sentence doesn't really make sense with the valuetrue
. Itused to make sense when the value was'./tsconfig.json'
(before#6084). But I neglected to update that line in the docs.
Let's use a sentence that conveys the same informationand mentions whattrue
does in that context.
This issue came out of a Twitch stream with@Jutanium. 👋