From e002f144238f15c7b7a14c743384522dec4d74c5 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 25 Feb 2021 12:41:15 -0700 Subject: [PATCH] revert: turn off two rules in eslint for vscode --- lib/vscode/.eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vscode/.eslintrc.json b/lib/vscode/.eslintrc.json index 24b5b101..03984d4c 100644 --- a/lib/vscode/.eslintrc.json +++ b/lib/vscode/.eslintrc.json @@ -62,7 +62,7 @@ "code-no-standalone-editor": "warn", "code-no-unexternalized-strings": "warn", "code-layering": [ - "warn", + "off", { "common": [], "node": [ @@ -88,7 +88,7 @@ } ], "code-import-patterns": [ - "warn", + "off", // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !!! Do not relax these rules !!! // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!