Skip to content

Commit

Permalink
style: Fix max complexity to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Dec 2, 2018
1 parent 70d9e30 commit 4dfe665
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "standard",
"rules": {
"complexity": ["error", { "max": 9 }],
"max-depth": ["error", { "max": 4 }]
}
}

0 comments on commit 4dfe665

Please sign in to comment.