Closed miqh closed 6 years ago
Looks like CI has been broken for a while.
Did a bit of searching and the problem might be related to underlying ESLint dependencies.
Strange enough, if I used npm instead of Yarn to install project dependencies then run the tests, all seems well. The way npm resolves dependencies seems to steer clear of this problem.
Thanks a lot @miqh
Hello,
These changes alter the default option used by the
angular/function-type
rule so that named functions are preferred over anonymous ones. This alteration is in line with John Papa's style guidance for AngularJS (Y024).Also had to fiddle with the test suite a bit to ensure it stayed green.