From 1e52602d2b9dc025f408bb147d2adb3db23509b0 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Fri, 29 Dec 2017 11:44:38 -0800 Subject: [PATCH] Fixed lolex typings version and tslint excludes --- package.json | 2 +- tslint.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2103e24..f399750 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "description": "Storage container and lazy loader for GameStartr maps.", "devDependencies": { "@types/chai": "^4.0.4", - "@types/lolex": "^2.2.1", + "@types/lolex": "^2.1.1", "@types/mocha": "^2.2.44", "@types/sinon": "^4.0.0", "@types/sinon-chai": "^2.7.29", diff --git a/tslint.json b/tslint.json index 722abc9..8ef2f70 100644 --- a/tslint.json +++ b/tslint.json @@ -1,5 +1,10 @@ { "extends": "./node_modules/shenanigans-manager/setup/tslint.json", + "linterOptions": { + "exclude": [ + "./node_modules/**/*" + ] + }, "rules": { "completed-docs": false, "no-any": false,