From ee417af6876e2b7af2fdf6b7a949f2e061121663 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Tue, 29 May 2018 10:51:56 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20configure=20eslint=20p?= =?UTF-8?q?our=20qu'il=20rep=C3=A8re=20l'utilisation=20de=20la=20fonction?= =?UTF-8?q?=20length=20en=20temps=20que=20global?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 06b11d41d..ff0271371 100644 --- a/.eslintrc +++ b/.eslintrc @@ -10,6 +10,7 @@ rules: no-global-assign: 0 no-unsafe-negation: 0 react/prop-types: 0 + no-restricted-globals: [2, length] parser: babel-eslint plugins: