From 6a1d36e9fc4b12db58be7826e95b4f44a8b46f9d Mon Sep 17 00:00:00 2001 From: Adam Krogh Date: Mon, 7 Nov 2016 13:31:16 -0700 Subject: [PATCH] Updated the .eslintignore file to skip dist and test directories. --- .eslintignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.eslintignore b/.eslintignore index 71ad2e2..c36bcaf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,2 @@ -dist -*/node_modules -*/bower_components -test +dist/* +test/*