I swear I’ve copied all the lint stuff from discourse-plugin-skeleton to my plugin and when I run
pnpm prettier --write "assets/**/*.{scss,js,gjs,hbs}"
in my plugin directory, I get something different than when I run
./bin/lint --fix plugins/discourse-pfaffmanager/assets/**/*.{scss,js,gjs,hbs}
in the discourse core directory.
Predictably, I guess, the latter is the one that matches what happens when github actions run.
What I’d really like is for the Right Thing to happen when I save in VSCode, which, I’m pretty sure, it yet another issue.