eslint-plugin-ember icon indicating copy to clipboard operation
eslint-plugin-ember copied to clipboard

controller.js is handled by ember/order-in-routes rules when using new MU architecture

Open andrewfan opened this issue 6 years ago • 0 comments

I believe the error happens somewhere here https://github.com/ember-cli/eslint-plugin-ember/blob/master/lib/utils/ember.js#L110 because in MU (https://github.com/emberjs/rfcs/blob/master/text/0143-module-unification.md) everything lives in routes folder that is why the second clause is always true

andrewfan avatar Feb 27 '19 20:02 andrewfan