-
Notifications
You must be signed in to change notification settings - Fork 653
feat: add useAltText lint rule for JSX expression #3502
Conversation
✅ Deploy Preview for rometools ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
cb13649
to
f2c3f9d
Compare
f2c3f9d
to
cbdaf71
Compare
Comparing feat: add useAltText lint rule for JSX expression Snapshot #5 to median since last deploy of rome.tools.
1 page tested
|
Chrome Desktop | iPhone, 4G LTE | Motorola Moto G Power, 3G connection |
---|---|---|
Most significant changes
9 other significant changes: Number of Requests on Chrome Desktop, Number of Requests on iPhone, 4G LTE, Total Page Size in Bytes on Chrome Desktop, Total Page Size in Bytes on iPhone, 4G LTE, Total Page Size in Bytes on Motorola Moto G Power, 3G connection, First Contentful Paint on Chrome Desktop, Largest Contentful Paint on Chrome Desktop, Speed Index on Chrome Desktop, Time to Interactive on Chrome Desktop
Calibre: Site dashboard | View this PR | Edit settings | View documentation
cbdaf71
to
b07d1a4
Compare
b07d1a4
to
4a5557e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rule needs to detect the presence of spread properties and avoid raising a diagnostic in this case
I want to add this logic in another PR. For now I want to solve conflicts and address the feedback from the old PR. |
Thank you @b4s36t4 for your contributions! |
Summary
Closes #3298
Follow up of #3371
Test Plan
Added test cases