From f50657e723eb2e657481bfe04c39efb5db4af3be Mon Sep 17 00:00:00 2001 From: alberto Date: Tue, 21 Jun 2016 19:53:37 +0200 Subject: [PATCH] Breaking: use default for complexity in eslint:recommended (fixes #6021) (#6410) --- conf/eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/eslint.json b/conf/eslint.json index 3cbd0167726..76dc648c496 100755 --- a/conf/eslint.json +++ b/conf/eslint.json @@ -140,7 +140,7 @@ "comma-dangle": "error", "comma-spacing": "off", "comma-style": "off", - "complexity": ["off", 11], + "complexity": "off", "computed-property-spacing": "off", "consistent-return": "off", "consistent-this": "off",