From d1bcd3f88bf5deefd471b6cec9aa2bfb402135b9 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 5 Sep 2017 20:33:48 +1200 Subject: Disable new lint warnings --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 7eae8b08..943c1e35 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,6 +55,7 @@ "no-prototype-builtins": "off", "no-multi-assign": "off", "no-bitwise": "off", - "prefer-rest-params": "off" + "prefer-rest-params": "off", + "function-paren-newline": "off" } } \ No newline at end of file -- cgit v1.2.3