Bryan Mishkin
Bryan Mishkin
This will require an RFC. I can work on putting together an RFC based on what I proposed in my previous comment.
I have opened an RFC for this: * https://github.com/eslint/rfcs/pull/100
Part 1 is done but I'm going to reopen this until part 2 of the RFC is done: > Part 1: add support for the new severity levels * https://github.com/eslint/eslint/pull/17212...
Yes I started part 2 in: * #17879.
@tgvrssanthosh I created a list of all the Ember array functions/properties we need to handle to track progress. Thanks for working on this.
@Turbo87 it's a fair concern. We made the call to proceed with the autofixer because: 1. The autofixer is obviously dramatically more useful in terms of mass migration compared to...
Just to spell out one potential heuristic we could add for this related example: ```js async _fetchCategories(query) { const response = await this.store.query('connect/category', query); return response.toArray(); // false positive }...
Will need a volunteer to address it.
Can you summarize what's changed?
This should fix one of the issues: #315