You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting an error about avoid-positive-tabindex and many warnings after the renaming of the rules minor patch (which maybe should have been a major, especially due to #145).
I wanted to open this issue as more of a help document than a bug report since figuring out the new names wasn't very simple.
Here goes the adjustments I needed to make in order to get rid of the warnings and fix the error:
Yeah I apologize if this update was not smooth. I was planning to bundle these changes along with some others to make a major but then had a bug fix to put out in the meantime. I thought simply deprecating the old rules with warnings would be a gentle way to inform people of the upgrade path but apparently that was not the experience. I can look into a way to document this better.
I was getting an error about
avoid-positive-tabindex
and many warnings after the renaming of the rules minor patch (which maybe should have been a major, especially due to #145).I wanted to open this issue as more of a help document than a bug report since figuring out the new names wasn't very simple.
Here goes the adjustments I needed to make in order to get rid of the warnings and fix the error:
Original
Updated
Here's a quick diff:
The text was updated successfully, but these errors were encountered: