From 9a64b4322adadbe18929c2da114eb0813426c4f9 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 20 Oct 2021 10:49:47 +0530 Subject: chore: use 'window['ferdi']' (split out from pr #2092) (#2104) Co-authored-by: Markus Hatvan --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index dd50364d0..af9eaef9d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -127,6 +127,9 @@ module.exports = { 'consistent-return': 1, 'implicit-arrow-linebreak': 0, indent: 0, + // TODO: Turn this rule on once the js to ts conversions are over + // This is necessary as workaround for window.ferdi vs window['ferdi'] + 'dot-notation': 0, 'function-paren-newline': 0, 'linebreak-style': 0, 'max-len': 0, -- cgit v1.2.3-70-g09d2