From 68e7afe58921790e7b65257b4de3b3b6c2d97897 Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Mon, 26 Jun 2023 13:17:51 -0700 Subject: [PATCH] remove eslint line-endings constraint (#664) --- .eslintrc.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 06d55a32..cde9050a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,10 +47,6 @@ "SwitchCase": 1 } ], - "linebreak-style": [ - "error", - "unix" - ], "no-unused-vars": [ "off" ],