diff --git a/configurations/canonical.js b/configurations/canonical.js index 433b154..69394f1 100644 --- a/configurations/canonical.js +++ b/configurations/canonical.js @@ -319,7 +319,7 @@ module.exports.recommended = { }, ], 'comma-style': [2, 'last'], - complexity: [2, 20], + complexity: [2, 30], 'computed-property-spacing': [2, 'never'], 'consistent-return': 2, 'consistent-this': [2, 'self'],