cucumber / language-server

Cucumber Language Server
MIT License
33 stars 19 forks source link

Pretty-Quick conflict with Prettier v3 causing pre-commit hook to fail #92

Closed binhtran432k closed 7 months ago

binhtran432k commented 7 months ago

🤔 What's the problem you've observed?

I'm encountering an issue where the pre-commit hook using pretty-quick is failing, preventing me from creating new commits. The issue seems to stem from a conflict with Prettier v3.

✨ Do you have a proposal for making it better?

I think pretty-quick is outdated, it hasn't been updated for 2 years. We should temporarily disable the pre-commit hook now.

📚 Any additional context?

See https://github.com/azz/pretty-quick/issues/168


This text was originally generated from a template, then edited by hand. You can modify the template here.

kieran-ryan commented 7 months ago

Cheers @binhtran432k - have observed the same. I'll take a look when I can for a suitable alternative to this package. Thanks!