From: Zach Panzarino Date: Wed, 14 Sep 2016 18:16:21 +0000 (+0000) Subject: Remove func-call-spacing rule X-Git-Tag: v2.3.0-rc.1~1^2~6^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bf2e2bf7a339f59539fa784f67bdaf4c705d416;p=thirdparty%2FChart.js.git Remove func-call-spacing rule --- diff --git a/.eslintrc b/.eslintrc index 38916dfb0..827b73c37 100644 --- a/.eslintrc +++ b/.eslintrc @@ -136,7 +136,7 @@ rules: computed-property-spacing: [2, never] consistent-this: [2, me] eol-last: 2 - func-call-spacing: [2, never] + func-call-spacing: 0 func-names: [2, never] func-style: 0 id-length: 0