From 0692be4c3b235e9affa09e03965431f92f3f62f6 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Mon, 28 May 2018 11:23:16 +0200 Subject: [PATCH] disable no-restricted-globals --- .eslintrc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index ef8ae69cd0a..486e9b0195e 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -57,3 +57,5 @@ rules: # Disabled for now, to make the eslint 3 -> eslint 4 update smoother ## Destructuring: https://eslint.org/docs/rules/prefer-destructuring prefer-destructuring: off + ## no-restricted-globals: https://eslint.org/docs/3.0.0/rules/no-restricted-globals + no-restricted-globals: off -- GitLab