-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.working as intendedIssues that are closed as they are working as intendedIssues that are closed as they are working as intended
Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I have searched for related issues and found none that match my proposal.
- I have searched the current rule list and found no rules that match my proposal.
- I have read the FAQ and my problem is not listed.
Relevant Package
typescript-eslint
My proposal is suitable for this project
- I believe my proposal would be useful to the broader TypeScript community (meaning it is not a niche proposal).
Description
microsoft/TypeScript#57485 added support for ${configDir}
in options like include
and exclude
, but it appears typescript-eslint does not support this yet.
When I try to set include: ['${configDir}/**/*']
in tsconfig.json
, typescript-eslint errors immediately as it can no longer finding any files to lint.
Additional Info
Reproduction: https://stackblitz.com/edit/vitejs-vite-qhvz8p?file=package.json
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.working as intendedIssues that are closed as they are working as intendedIssues that are closed as they are working as intended