From 4778da89bd689565b7e85f437c917337c6daa830 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sat, 25 Dec 2021 21:41:56 +0100 Subject: [PATCH] Ignore problematic files --- .eslintignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.eslintignore b/.eslintignore index fa7668825a..ab33243e00 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,8 @@ modules/default/calendar/vendor/* +modules/default/calendar/calendarfetcher.js +modules/default/newsfeed/newsfeedfetcher.js +tests/e2e/env_spec.js +tests/e2e/fonts.js +tests/e2e/ipWhitelist_spec.js +tests/e2e/port_config.js +tests/e2e/vendor_spec.js \ No newline at end of file