Skip to content

Commit

Permalink
Merge pull request #44 from dignifiedquire/cb-hell
Browse files Browse the repository at this point in the history
feat(lint): restrict nesting to avoid callback hell
  • Loading branch information
dignifiedquire authored Aug 4, 2016
2 parents c4cf2a9 + 0f11049 commit 8acb38e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ rules:
no-warning-comments: 1
quote-props: [2, 'as-needed']
require-yield: 2
max-nested-callbacks: [2, 4]
max-depth: [2, 4]

0 comments on commit 8acb38e

Please sign in to comment.