frontend: add prettier #23
Labels
Effort: 1 pts
1/2-3 hours
Scope: Frontend
Status: To Do
Can and should be resolved
Type: DX
Helps with developer experience
I removed it here 05cd387 . It would be great if we can get prettier working for non
.js
files because for.js
files we have eslint working and it does format things.Issue is eslint and prettier conflict on somethings, solution that I have seen is to get prettier format first and then run eslint on top so the conflict is gone. It should work well with vscode and not take too many resources since I like to run it on save each time.
The text was updated successfully, but these errors were encountered: