From 14764fd052a87fdcdeb46a8f660c2b7174fb8a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Zolnai?= Date: Fri, 24 Jan 2020 09:30:38 +0100 Subject: [PATCH] cypress: Add node_modules to eslintignore Change-Id: Ifc8243b7b3a5cc6790209955249626b81f7ecdde --- cypress_test/.eslintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress_test/.eslintignore b/cypress_test/.eslintignore index 308b8fdc1e..ab067f7c2d 100644 --- a/cypress_test/.eslintignore +++ b/cypress_test/.eslintignore @@ -1,2 +1,2 @@ -# We only directly edit toolbar.js in dist/ **/cypress +**/node_modules