-
Notifications
You must be signed in to change notification settings - Fork 40
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
Rule jest-dom/prefer-to-have-attribute autofix breaks the code #52
Comments
Yikes thanks for reporting. Mind opening a pull request? |
@benmonro I wish I have free time for that and familiarity with the codebase and ESLint instruments for AST stuff :) (I'm familiar with Babel mostly) Any resources you recommend to check out to get up to speed quickly? |
@RIP21 i personally like www.astexplorer.net as a playground. In fact I do most of my work in that then move it into vscode from there. Other than that the eslint docs are pretty good too. |
@benmonro sure, it's impossible to work with AST without it (the explorer) :D |
Yeah. What I like about eslint is the query syntax. It's very similar to a css selector but for Dom nodes instead. Anyway if I have time I'll comment on the issue that I'm working on it but it might be a few days as I'm on a family vacation at the moment |
🎉 This issue has been resolved in version 3.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.1.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
eslint-plugin-jest-dom
version: 3.0.1node
version: 12.16.1npm
version: 6.13.4Turns this
Into this
The text was updated successfully, but these errors were encountered: