Enhancement: [rule-tester] remove spurious dependency on @eslint/eslintrc
#9785
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: rule-tester
Issues related to the @typescript-eslint/rule-tester package
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
rule-tester
My proposal is suitable for this project
Description
In microsoft/TypeScript#59518 I was updating TS to use ESLint v9 and typescript-eslint v8. I noticed in the lockfile that
@eslint/eslintrc
was present even though I didn't depend on it.npm why @eslint/eslintrc
gave me:My reading of this is that
eslint
itself still depends on this, so it can't go away, but I didn't realize this at the time and thought@typescript-eslint/rule-tester
may be the only reason we had it. Searching though the package, I noticed that it never uses@eslint/eslintrc
, so the dep could actually just be removed without any changes.Filing an issue since I think you require one before sending a PR.
Additional Info
No response
The text was updated successfully, but these errors were encountered: