From 3b3f967198130536143a99f282fe38b7cb090a71 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 23 Feb 2018 11:31:47 +0000 Subject: [PATCH] Ignore some top level files --- services/web/.eslintignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/web/.eslintignore b/services/web/.eslintignore index 512476ae7a..e58055f406 100644 --- a/services/web/.eslintignore +++ b/services/web/.eslintignore @@ -2,4 +2,7 @@ app/js modules public/js public/minjs -test/**/js \ No newline at end of file +test/**/js +app.js +webpack.config.* +karma.conf.js \ No newline at end of file