From aea088df16017a4fac20cb67406f8b9b71ed4bfe Mon Sep 17 00:00:00 2001 From: David Kramer <74869455+Davidkramer1999@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:48:52 +0200 Subject: [PATCH] eslint prettier error on windows #1798 (#1804) * fixing es linter errors on windows * Indentation * Indentation --------- Co-authored-by: kramer --- .vscode/settings.json | 1 + front/.prettierrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9555e34ba..a0240964a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.formatOnSave": false, + "files.eol": "auto", "[typescript]": { "editor.formatOnSave": false, "editor.codeActionsOnSave": { diff --git a/front/.prettierrc b/front/.prettierrc index dcb72794f..9d36f26d8 100644 --- a/front/.prettierrc +++ b/front/.prettierrc @@ -1,4 +1,5 @@ { "singleQuote": true, - "trailingComma": "all" + "trailingComma": "all", + "endOfLine": "auto" } \ No newline at end of file