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
The new modules rfc has you using jQuery with import $ from 'jquery', but this eslint plugin doesn't handle the fact that the usage isn't via a global.
The text was updated successfully, but these errors were encountered:
I believe the original intent of that rule was to limit jQuery usage to being specifically from Ember.$ to ensure that whatever jQuery was being used was indeed the version supplied by Ember. But, I'm not 100% certain.
The new modules rfc has you using jQuery with
import $ from 'jquery'
, but this eslint plugin doesn't handle the fact that the usage isn't via a global.The text was updated successfully, but these errors were encountered: