Hi! My code use JavaScript Modules API.
Sample code:
import EmberObject from '@ember/object';
And then I try to run tests with eslint-plugin-ember-best-practices, I get an exception:
TypeError: Cannot read property 'name' of undefined
First line from stack trace
Hi! My code use JavaScript Modules API.
Sample code:
And then I try to run tests with
eslint-plugin-ember-best-practices, I get an exception:First line from stack trace