Add editorconfig and prettier integration with eslint

This commit is contained in:
Felipe Knorr Kuhn
2022-07-07 03:02:02 -07:00
parent ad32ba8a98
commit aae2dec16d
11 changed files with 121 additions and 14 deletions

6
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"endOfLine": "lf",
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5"
}