From e8cf268755ca46ccda5903f714659f49d43b54f8 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Mon, 30 Apr 2018 17:18:36 +0200 Subject: [PATCH] sanctuary-scripts@1.5.x --- .eslintrc.json | 23 ++++++++++++++++++++++- package.json | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index e0a11f2..69b312f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,5 +16,26 @@ "func-call-spacing": ["off"], "indent": ["off"], "no-unexpected-multiline": ["off"] - } + }, + "overrides": [ + { + "files": ["*.md"], + "plugins": ["markdown"], + "env": {"es6": true}, + "globals": { + "$": false, + "ConcurrentFutureType": false, + "Future": false, + "FutureType": false, + "def": false, + "env": false + }, + "rules": { + "no-extra-semi": ["off"], + "no-redeclare": ["off"], + "no-unused-vars": ["error", {"varsIgnorePattern": "^(Future|def)$"}], + "semi-spacing": ["off"] + } + } + ] } diff --git a/package.json b/package.json index 50c4f97..d866ff7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "fantasy-land": "^3.2.0", "fluture": "^8.0.0", "sanctuary-def": "0.15.0", - "sanctuary-scripts": "^1.2.0", + "sanctuary-scripts": "1.5.x", "sanctuary-type-classes": "^8.1.1" } }