From 24fc37105e94ebf9dcc2d00170ef03d8ab18c844 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Fri, 13 Mar 2020 17:16:11 -0700
Subject: [PATCH] revert eslint indent rule (conflicts with switch statement)

---
 .eslintrc.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index 63e78508f..b9185e66b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -16,10 +16,7 @@
         "@typescript-eslint/class-name-casing": "off",
         "@typescript-eslint/indent": [
             "warn",
-            4,
-            {
-                "ignoredNodes": ["TSTypeParameterInstantiation"]
-            }
+            4
         ],
         "@typescript-eslint/member-delimiter-style": [
             "off",
-- 
GitLab