From d5b1914b7ea20a67005aeecff90e442440b04120 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Mon, 12 Nov 2018 22:33:54 +0200 Subject: [PATCH] temp turn off linting for settings file --- web/app/common/settings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/common/settings.js b/web/app/common/settings.js index b8789e9a..941e0d2e 100644 --- a/web/app/common/settings.js +++ b/web/app/common/settings.js @@ -1,3 +1,5 @@ +/* eslint-disable */ + const querySettings = window.location.search .substr(1)