Skip to content

Commit

Permalink
xo: make handle-callback-err an error.
Browse files Browse the repository at this point in the history
This will prevent tests not checking for errors.
  • Loading branch information
XhmikosR authored and nickmerwin committed May 1, 2020
1 parent f4dee84 commit 65fd013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
"test/fixtures/"
],
"rules": {
"capitalized-comments": "off",
"camelcase": "off",
"capitalized-comments": "off",
"handle-callback-err": "error",
"import/order": "off",
"no-negated-condition": "off",
"object-curly-spacing": [
Expand Down

0 comments on commit 65fd013

Please sign in to comment.