Results 43 comments of Mikey Binns

@gziolo As expected, once I sorted the global jest things to be wrapped in window checks, I run into this error: ![image](https://github.com/user-attachments/assets/d88ef1b7-cc29-409b-80c1-ca5ec4fce347) Stylelint is now an ESM package as of...

@gziolo Actually, don't worry. I've found a way to use node exec to use the CLI to bypass using the node API entirely, and still get the same result. Probably...

All tests now pass after updating snapshots. I've checked the snapshot changes and all changes are correct/expected (e.g. just new properties available in v16 or changes to stylistic versions of...

Yep, fully expected to have to do changelog entries, I just wanted to ensure we had a finished PR before I did that 🙂 I'll update the utils convention and...

Copying the directory would work, but a cleaner way might be to use npm link. Use Git to check out this PR's branch onto your machine. Navigate in the command...

On the Prettier angle, that's exactly why I separated it out into separate configs. I personally use prettier on my personal projects, so I have no need for the formatting...

> Is anyone willing to contribute... I'm on it 👍

Fix added here (didn't seem like I could add it to this PR anymore) #65313

One modification I always make to my build is to delete certain routes on deploy in the Dockerfile just before build, without deleting them locally / in the git repo....

> I would suggest putting this in .dockerignore? omg 🤦 I can't believe I didn't think of this... This definitely would be a much easier way to do this for...