Jacob
Jacob
Our team is on `ember 2.18.2` and we've been getting a deprecation warning that `ember-cli-babel 5.x has been deprecated`. ``` DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at...
Description states, "Use line breaks after open and before close array brackets if an array has multiple lines," which would imply the form reflected in the edit. If the intention...
Recommended rule `no-down-event-binding` references [WCAG failure of success criteria](https://www.w3.org/WAI/WCAG21/Techniques/failures/F101) for `down` events that only pertain to pointer-down events. Current implementation of `no-down-event-binding` also applies to `keydown` events, which does not...