Open
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have searched for related issues and found none that matched my issue.
- I have read the FAQ and my problem is not listed.
Relevant Package
rule-tester
Playground Link
No response
Repro Code
typescript-eslint/packages/rule-tester/src/RuleTester.ts
Lines 215 to 217 in 936f350
Expected Result
context.cwd
should not be set /
Actual Result
context.cwd === '/'
Additional Info
I thought it was ESLint's issue eslint/eslint#19821, and found out it's actually typescript-eslint
's.
Versions
package | version |
---|---|
@typescript-eslint/rule-tester |
8.33.0 |