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
Same as #2611, but probably explicitly stating "using **
glob patterns may cause performance implications" or "do not use **
in parserOptions.project
unless you are sure what you are doing".
Currently there is nowhere stating this caveat except somewhere at the bottom of "Troubleshoot" page.
Is it possible for us to also have such kindly notice
- in Monorepo Configuration#One tsconfig.json per package (and an optional one in the root),
- and in typescript-eslint/packages/parser/README.md#Configuration >> parserOptions.project?
- Noting that this README file contains the following code sample without any caution:
// glob pattern project: './packages/**/tsconfig.json';