diff options
| author | XhmikosR <[email protected]> | 2020-05-01 10:02:52 +0300 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2020-05-01 16:32:31 -0700 |
| commit | 65fd0136553b0973e7863b272d79e5a3f1cc907f (patch) | |
| tree | 9d08bda2486337379d716a937df02d546909c5c9 /package.json | |
| parent | f4dee8416e4f564956ada8229d67c6199ea8fef6 (diff) | |
| download | node-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.json | 3 |
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": [ |
