Closed
Description
We should add a .prettierrc file to match with the .eslintrc .
I had my global prettierrc setup (which autoformats on save) which includes no-semicolon rule.
But in this project the no-semicolon rule breaks the rules in .eslintrc
To prevent this we should add local .prettierrc file that follows .eslintrc rules
@catarak you can create one using the playground https://prettier.io/playground/ and I will add that