aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-05-01 10:02:52 +0300
committerNick Merwin <[email protected]>2020-05-01 16:32:31 -0700
commit65fd0136553b0973e7863b272d79e5a3f1cc907f (patch)
tree9d08bda2486337379d716a937df02d546909c5c9 /package.json
parentf4dee8416e4f564956ada8229d67c6199ea8fef6 (diff)
downloadnode-coveralls-65fd0136553b0973e7863b272d79e5a3f1cc907f.tar.xz
node-coveralls-65fd0136553b0973e7863b272d79e5a3f1cc907f.zip
xo: make `handle-callback-err` an error.
This will prevent tests not checking for errors.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 63c0f33..74d8f00 100644
--- a/package.json
+++ b/package.json
@@ -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": [