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
@alansouzati pointed out to me that installing this addon makes ESLint start choking on decorators. That's not nice!
The ember-decorators repo automatically installs and configured babel-eslint if needed so that the user just don't have to worry about it. I want to do the same thing here.
Alternatively, if that's too hard, we can just issue a warning on install (or even in the README) but if I can just do the "hard part" myself I might as well.
@alansouzati pointed out to me that installing this addon makes ESLint start choking on decorators. That's not nice!
The
ember-decorators
repo automatically installs and configuredbabel-eslint
if needed so that the user just don't have to worry about it. I want to do the same thing here.Alternatively, if that's too hard, we can just issue a warning on install (or even in the README) but if I can just do the "hard part" myself I might as well.
Related to #16
The text was updated successfully, but these errors were encountered: