From c14306942fffe0e3e2c69bc2f26c9db130f5c8f8 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sat, 9 Mar 2019 20:53:35 +0100 Subject: [PATCH] sanctuary-scripts@3.0.x --- .eslintrc.json | 6 ++++++ .gitignore | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c927bb6b..00100b16 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -50,6 +50,12 @@ "no-extra-semi": ["off"], "no-unused-vars": ["error", {"args": "none", "varsIgnorePattern": "^([$]|S)$"}] } + }, + { + "files": ["index.js"], + "rules": { + "multiline-comment-style": ["off"] + } } ] } diff --git a/.gitignore b/.gitignore index cba87a39..bd53bbef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +/.nyc_output/ /coverage/ /node_modules/ diff --git a/package.json b/package.json index ce5d1c50..77ff8d88 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "jsverify": "0.8.x", "sanctuary-descending": "1.1.0", "sanctuary-identity": "1.1.x", - "sanctuary-scripts": "2.0.x" + "sanctuary-scripts": "3.0.x" }, "files": [ "/LICENSE",