From 2cd8e7c855169a7633eb200d9b69db291ae72ee7 Mon Sep 17 00:00:00 2001 From: Naseem Date: Thu, 28 May 2020 11:04:15 -0400 Subject: [PATCH] skip lint on build dir solves https://github.com/google/gts/issues/483 solves https://github.com/google/gts/issues/520 --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index e6e2e426..b35d82c8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,9 @@ "plugin:node/recommended", "prettier" ], + "ignorePatterns": [ + "build" + ], "plugins": [ "node", "prettier"