-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Enhancement(rule-tester): FlatRuleTester -> RuleTester #9017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I have a question about this issue. Is there any current way without the changes that will be made for this issue to test a flat config custom typescript-eslint rule? At the moment when using
|
Nope! The way they designed the rule tester it is one or the other. Hence there is two rule tester classes. Our fork came from the legacy config version (before flat config existed) so it doesn't support flat config properties. But regardless - the only difference is a few property names. The functionality is all the same. |
Turns out if I update to the v8 rc then my tests work again so I'll just patiently wait for the typescript-eslint team to finish their work. Looking forward to it, keep up the awesome work! |
The same problem:
|
Closed by #9603. |
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
rule-tester
My proposal is suitable for this project
Description
Splitting out of #8211 -> #8969: this issue tracks any updates we'll need corresponding to eslint/eslint#17922.
Additional Info
No response
The text was updated successfully, but these errors were encountered: