From 90cc0682e5f11c6826a53c7ffca020ef124c5648 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 5 Aug 2021 14:45:37 -0500 Subject: [PATCH] eslint --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 9053717..ff3b5d9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,8 @@ "jest" ], "rules": { - "prettier/prettier": "warn" + "prettier/prettier": ["warn", { + "endOfLine": "auto" + }] } }