node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

chore: upgrade dprint

Open AlCalzone opened this issue 1 year ago • 1 comments

PR description here

AlCalzone avatar Feb 02 '24 12:02 AlCalzone

I tried this on Arm mac and still needs the prettier arm version. There is a PR to add it.

We might want to add dprint install to the devcontainer for use with the vscode extensoin drpint.

Extensions install steps: Install dprint's CLI

I don't think it comes installed. or it's not on the path. curl -fsSL https://dprint.dev/install.sh | sh

and need to add some lines to the .zshrc file:

export DPRINT_INSTALL="/home/node/.dprint"
export PATH="$DPRINT_INSTALL/bin:$PATH"

Edit: we might be able to add this to vscode settings: "dprint.path":"./node_modules/dprint/dprint",

zackbcom avatar Feb 10 '24 07:02 zackbcom

I opened an issue with your remarks

AlCalzone avatar Apr 04 '24 17:04 AlCalzone

@zwave-js-bot automerge

AlCalzone avatar Apr 04 '24 17:04 AlCalzone