From 485d7b4ef1062729dd31e150fad66820513dd430 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 2 Jun 2017 22:05:06 -0400 Subject: [PATCH] update lint config --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8140b7cd91..f7f065e374 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,6 @@ "semi": [ 2, "always" ], "keyword-spacing": [ 2, { "before": true, "after": true } ], "space-before-blocks": [ 2, "always" ], - "space-before-function-paren": [ 2, "always" ], "no-mixed-spaces-and-tabs": [ 2, "smart-tabs" ], "no-cond-assign": 0, "no-unused-vars": 2,