Skip to content

Commit

Permalink
Add explanation of reason for turning off handle-callback-error rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-t committed Feb 9, 2017
1 parent a894d16 commit bdea361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rules:
- {
exceptions: ["$", "_", "e"]
}
handle-callback-err: off
handle-callback-err: off #Rule commonly broken in Monster due to Monster's automatic error handling for some cases.
no-redeclare: off # Should be "error" but this is commonly broken in Monster when the parameter to a function is redefined inside the function. A custom rule could be made in future to allow for this.
### GIT-DEPENDENT RULES ###
#Depending on your git settings, these rules may not apply, as git could automatically be enforcing them.
Expand Down

0 comments on commit bdea361

Please sign in to comment.