Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
bug 1442407 - increase eslint complexity level from 44 to 45 due to b…
Browse files Browse the repository at this point in the history
…ackout that reverted code that has a complexity level of 45. r=bustage CLOSED TREE
  • Loading branch information
Robert Strong committed Mar 1, 2018
1 parent bb081a5 commit a1ab687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
rules: {
// XXX Bug 1326071 - This should be reduced down - probably to 20 or to
// be removed & synced with the mozilla/recommended value.
"complexity": ["error", 44],
"complexity": ["error", 45],

"mozilla/no-task": "error",
}
Expand Down

0 comments on commit a1ab687

Please sign in to comment.