-
Notifications
You must be signed in to change notification settings - Fork 272
feat: add linter & switch formatter to biome #976
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we stick with single quotes to limit the amount of changes?
Single for normal JS, double for JSX, but yeah 👌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement @afonsojramos - appreciate it
At the moment we don't even have a linter. And however the app has stayed quite well in terms of code quality, it might be a good opportunity to add one.
https://biomejs.dev/ tries to be a prettier (a more performant alternative with almost 100% of prettier rules already supported) and eslint replacement (without hundreds of plugins).
Further fixes other than the automatic ones will be done in a different PR.
Following PRs: #977 #978