Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-10 18:00:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-10 18:00:59 +0300
commitc49b471e79f9892018501a6de3d51102fed6eb31 (patch)
tree9e3470c16591f32fcba8eb129fb462941aa40499 /.eslintrc.json
parent210392926fcb70c90a32c40d3a4439699f0314a8 (diff)
Tighten tests.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 56d76fb..c226170 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -67,7 +67,7 @@
],
"global-require": "error",
"guard-for-in": "error",
- "handle-callback-err": "off",
+ "handle-callback-err": "error",
"indent": [
"error",
2,