Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
In https://typescript-eslint.io/linting/typed-linting, we show project: 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 value true
. It used 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 information and mentions what true
does in that context.
This issue came out of a Twitch stream with @Jutanium. 👋
Affected URL(s)
Metadata
Metadata
Assignees
Labels
Go ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueDocumentation ("docs") that needs adding/updatingDocumentation ("docs") that needs adding/updating