Closed hwillson closed 8 years ago
Thanks for this! I wonder if there is some simple way to get the linter to be happy about it. Maybe we just need to disable those rules entirely...
We could disable those rules for the entire project, but ideally we'd just disable them for the tests. The good news is that eslint is working on a glob based config option. This would really help!
Yeah! That would be awesome. In general relaxing lint rules for tests makes a lot of sense.
Hi guys - I've updated the Mocha based tests to remove arrow functions (recommended against by Mocha). These changes are associated with the Guide changes discussed in meteor/guide#318. Thanks!