Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a code formatter #1596

Open
bjohansebas opened this issue Sep 5, 2024 · 2 comments
Open

Use a code formatter #1596

bjohansebas opened this issue Sep 5, 2024 · 2 comments
Labels

Comments

@bjohansebas
Copy link
Member

Implementing a formatter like Prettier or Biome would help maintain better consistency in code style. Although standard.js already handles the style, it's only for JavaScript. It would be better to have a tool capable of maintaining consistency in HTML, CSS, or any other language in the repository as well.

cc: @crandmck

@chrisdel101
Copy link
Contributor

I'd be open to this since we are the only main contributors working right now, and it'd make for a better developer experience. But its a non trivial amount of work to maintain formatting across a team of many people.

It would either help us get rid of prettifying junk in our PRs, or it could make it worse.

Not a bad suggestion though!

@crandmck
Copy link
Member

crandmck commented Sep 8, 2024

This is reasonable, but I'm not sure it's worth the effort. I have some other suggestions that might have more value--will try to find time to put them in an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants