Skip to content

Commit

Permalink
fix: adjust complexity to match ESLint v9 logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 20, 2024
1 parent 5eac723 commit a227208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/canonical.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit a227208

Please sign in to comment.