keeweb / keeweb-connect

Browser extension for KeeWeb
MIT License
86 stars 12 forks source link

Add verify workflow and specify node version #53

Closed HarlemSquirrel closed 1 month ago

HarlemSquirrel commented 2 months ago
Aetherinox commented 1 month ago

Is this one ready to go or are you still adding?

I'd try to see if we can bump prettier to v3 since that's what KeeWeb is running on now, then the configs can be used across the board.

I made a really nice config for ESLint, but there are still plugins not compatible with the latest version, so I have to wait.

HarlemSquirrel commented 1 month ago

This is ready if it looks good to you

HarlemSquirrel commented 1 month ago

I can try bumping prettier

Aetherinox commented 1 month ago

Prettier v3 die on you?

HarlemSquirrel commented 1 month ago

Prettier v3 die on you?

Yeah, led me down dependency hell. Opened new PR to work on node 18 and hopefully prettier 3

Aetherinox commented 1 month ago

Trust me, already went through that with KeeWeb.

I lost a week of my life just fixing that mess.