From 06f98e59a157be7edaf6b33f287f63a55611936c Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Fri, 31 Mar 2017 04:17:59 +0200 Subject: [PATCH] remove rules --- .eslintrc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 59576da16..765b9b4b3 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -19,6 +19,10 @@ rules: arrow-body-style: off prefer-arrow-callback: off no-underscore-dangle: off + object-curly-spacing: off + func-names: off + global-require: off + class-methods-use-this: off comma-dangle: - error - only-multiline ## no comma after last item if one line, though allow comma if multiline