Skip to content

Commit

Permalink
Raise ESLint Complexity level to 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kopepasah committed Mar 27, 2017
1 parent 662dff6 commit 51ae718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"accessor-pairs": [2],
"block-scoped-var": [2],
"callback-return": [2],
"complexity": [2, 3],
"complexity": [2, 8],
"consistent-return": [2],
"consistent-this": [2, "self"],
"constructor-super": [2],
Expand Down

0 comments on commit 51ae718

Please sign in to comment.