From 5c89823c0217469bb5b1b2abf9721bcb69f68548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@inf.ufpr.br> Date: Mon, 5 Sep 2016 11:29:42 -0300 Subject: [PATCH] Add .eslintignore to ignore test directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Tozatti Risso <jvtr12@inf.ufpr.br> --- .eslintignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..ca947a13 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +[ + "**/test/*.js" +] -- GitLab