Craig Spence
Craig Spence
Hmm this looks like ts-node doing something funky, perhaps they push everything to commonjs modules? As a quick fix you could change your `.betterer.ts` file to the JS style and...
Yeah, I have some code which is meant to strip out most of these, but it might not be smart enough! Hopefully can be done without adding to the API,...
Does `betterer results` not do what you want? https://phenomnomnominal.github.io/betterer/docs/results-summary
> Error: Cannot find module './register' ^ This is super interesting! Does the problem go away if you restart VS Code?
Oooh do you have `--debug` enabled somehow? Or `BETTERER_DEBUG` set?
Yes, if you turn that off does it work? It's something I need to remove, but just curious if that fixes it!
This is done on purpose, as "excluding a glob" seems kind of poorly defined to me. Since you can already exclude files with a glob (like `src/**/!(*.js|*.map)`) would using that...
Thanks for the PR! The `resolveConfig` option sounds interesting, I guess that makes it more like how ESLint runs, where different files can have wildly different configs. It could line...
Nice, I love this, such a good idea to target rebase. Just trying to get my head around the flow and figure out if `precommit` is the right mode in...
Yeah that's a great idea, and their implementation looks solid. I'll give the ESQuery team a little while to see if they respond to the comments, but then will definitely...