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
In the latest release, there was a fix for the crossorigin property (related to #1642). The updated rule only allows the crossorigin property on script, img and video tags. This means an error is now thrown for the crossorigin property on link tags.
You can see here that crossorigin is an accepted attribute of link tags. I would therefore expect the linter to allow them. Something like this should pass: