Problems with tsdx configuration
I noticed that there is a Prettier config defined in the top-level package.json and that it sets "singleQuote": true but that most of the code is using double quotes. Looking into it more, there are several scripts in the top-level that rely on tsdx but that's not defined as a dependency. Should it be?
Adding tsdx or Prettier as a dependency would cause significant formatting/whitespace changes across the repo, but perhaps tweaking the singleQuote and printWidth might cut it down a little.
Looking further at commands like npm run _lint fail because tsdx doesn't appear to be configured for the current directory structure, which makes me wonder whether it should be a dependency?
any updates on this?
Thanks for reporting this and for your patience! I sent a PR to start the process of fixing it. I see a lot of errors reported with the lint. so, I will gradually fix those before making the lint a dependency for build.