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
when adopting ember-cli-eslint you'll likely end up with a lot of warnings/errors and in turn you will
a) change your code a lot
b) change .eslintrc quite a bit to match your coding style/your globals/etc.
a) already rebuilds the application just fine, if you only change the .eslintrc (b)) you cannot immediately see if tests now pass. ... that would be nice though 👍
Hey,
when adopting ember-cli-eslint you'll likely end up with a lot of warnings/errors and in turn you will
a) change your code a lot
b) change .eslintrc quite a bit to match your coding style/your globals/etc.
a) already rebuilds the application just fine, if you only change the .eslintrc (b)) you cannot immediately see if tests now pass. ... that would be nice though 👍
Best regards,
Dominik