From a3f65774e16a37eec87682dfdb90c960c6d62ea8 Mon Sep 17 00:00:00 2001 From: Steve Reis <stevereis93@gmail.com> Date: Sun, 26 Sep 2021 19:38:39 +0200 Subject: [PATCH] fix cr error on windows --- api/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.eslintrc.js b/api/.eslintrc.js index f6c62be..8e34f1e 100644 --- a/api/.eslintrc.js +++ b/api/.eslintrc.js @@ -20,5 +20,6 @@ module.exports = { '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'off', + 'prettier/prettier': ['error', { "endOfLine": "auto"}, { usePrettierrc: true }], }, }; -- GitLab