From bdc18bb5ae06c562ac15326e34934be8adf5214c Mon Sep 17 00:00:00 2001 From: Solomon Cammack Date: Tue, 18 Jan 2022 20:29:17 +0000 Subject: [PATCH] Revert the eslint change here too --- website/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/.eslintrc.json b/website/.eslintrc.json index 48db9772..77066034 100644 --- a/website/.eslintrc.json +++ b/website/.eslintrc.json @@ -19,7 +19,7 @@ ], "linebreak-style": [ "error", - "windows" + "unix" ], "quotes": [ "error",