-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docstriageWaiting for team members to take a lookWaiting for team members to take a look
Description
Suggestion
tsconfigRootDir
is always supposed to be an absolute path — that's its whole purpose, after all.
But, some of our tests, for example getProjectConfigFiles
, use relative paths:
typescript-eslint/packages/typescript-estree/tests/lib/getProjectConfigFiles.test.ts
Line 22 in 8b11ac4
tsconfigRootDir: './repos/repo', |
This makes it difficult to reason about whether the function is behaving properly. Relates to #11413
Additional Info
No response
Metadata
Metadata
Assignees
Labels
repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docstriageWaiting for team members to take a lookWaiting for team members to take a look