From a1bde55bf5493fdfd74c4c01191d57dd26eec840 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 14 Nov 2016 10:35:28 +0100 Subject: Ignore the tests directory as well Signed-off-by: Joas Schilling --- .eslintignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 12649052d..9dc66ac33 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ -js/simplewebrtc.js -js/vendor/* -js/tests/* -karma.conf.js +/js/tests/* +/js/vendor/* +/js/simplewebrtc.js +/karma.conf.js +/tests/* -- cgit v1.2.3