Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
tsconfigRootDir
is always supposed to be anabsolute path — that's its whole purpose, after all.
But, some of our tests, for examplegetProjectConfigFiles
, use relative paths:
typescript-eslint/packages/typescript-estree/tests/lib/getProjectConfigFiles.test.ts
Line 22 in8b11ac4
tsconfigRootDir:'./repos/repo', |
This makes it difficult to reason about whether the function is behaving properly. Relates to#11413
Additional Info
No response