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",