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