From b7d87cd8f2df54ba1c9d2d0c22dba24d557c2e5d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 13 Jun 2019 17:39:03 +0200 Subject: [PATCH] Ignore scripts folder in eslint Lots of undef etc. due to the scripts being piped through truffle --- .eslintignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..6633896 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +/scripts/