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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-08-07 20:05:26 +0300
committerisaacs <i@izs.me>2020-08-07 21:06:42 +0300
commitf6d468a3b4bef0b3cc134065d776969869fca51e (patch)
tree0193091a333e953f359150a06b8598245a2c489a /.eslintrc.json
parenteaf9ba659a2a5ec3b03d36689aea0747efef0e3c (diff)
update doctor command
Pending unit tests still, but at least it works to a rough approximation now, instead of not working at all.
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 9347c7d8e..7253bed6a 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -152,7 +152,7 @@
"no-unmodified-loop-condition": "error",
"no-unneeded-ternary": ["error", { "defaultAssignment": false }],
"no-unreachable": "error",
- "no-unsafe-finally": "error",
+ "no-unsafe-finally": 0,
"no-unsafe-negation": "error",
"no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true, "allowTaggedTemplates": true }],
"no-unused-vars": ["error", { "vars": "all", "args": "none", "ignoreRestSiblings": true }],