Steve Calvert
Steve Calvert
Thanks, @jackson-dean. Great idea. We'll add it to our list for exploration.
I could imagine us doing something like `git effort` from `git-extras`: ``` ❯ git effort --above 10 path commits active days CHANGELOG.md.............................................................................................................. 16 8 package.json.............................................................................................................. 90 41 packages/cli/__tests__/commands/run-test.ts............................................................................... 11 10...
Yep, I'm aware. I have a branch that converts checkup to esm, and it's very straightforward to convert. The only thing that prevented my converting things fully at the time...
Hey @hmajoros, thanks for the issue, and this is a good question. There's no real reason - we could likely add it to the rest of the rules to ensure...
Thanks for the question, @gabrielcsapo. I assume when you're referring to lint rules you mean 'see how many current violations of a particular rule there are'. To do this, I'd...
Agree. FWIW eslint interally uses Levn (https://github.com/gkz/levn). We should align to this.
Looking into this, it was very easy to convert all packages to output es modules vs. commonjs. It was largely achieved via tsconfig.json modification. The main challenge preventing this from...
@chriskrycho thanks for this. It looks like the tests are currently failing. Can you take a look?
@chriskrycho np I can handle it. Thanks!
@chriskrycho circling back on this, the test failures are not about `whenRoutePainted` deprecations: those are just warnings. There are failures related to `route-idle`. https://github.com/ember-app-scheduler/ember-app-scheduler/runs/2391372653?check_suite_focus=true#step:5:250 https://github.com/ember-app-scheduler/ember-app-scheduler/runs/2391372653?check_suite_focus=true#step:5:270 Can you take a look?