checkupjs / checkup

A health checkup for your project.
https://checkupjs.github.io/
MIT License
77 stars 23 forks source link

checkup-plugin-ember is incompatible with ember-template-lint 4.0 & eslint v8 #1158

Open runspired opened 2 years ago

runspired commented 2 years ago

These projects have unfortunately moved to ESM already :)

scalvert commented 2 years ago

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 was the lack of support in jest/ts-jest. That said, I've been experimenting with converting to vitest, which uses esm by default as it uses vite under the covers. This looks promising, and may provide us a nice path to convert.

cc/ @rwjblue for thoughts.