From 4aef395e49a5418b9eec849dc1eb5ab1a180db4e Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 23 Aug 2017 16:28:01 +0200 Subject: Disable ESlint on no-return-assign and temporary for arrow-body-style --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index bfd2d333ae..e0b3e5380a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -69,7 +69,6 @@ "no-param-reassign": "off", "no-proto": "error", "no-restricted-properties": "error", - "no-return-assign": "error", "no-return-await": "error", "no-script-url": "error", "no-self-compare": "error", -- cgit v1.2.3