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",