Fixed lolex typings version and tslint excludes

This commit is contained in:
Josh Goldberg
2017-12-29 11:44:38 -08:00
parent 1894d389b1
commit 1e52602d2b
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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",
+5
View File
@@ -1,5 +1,10 @@
{
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
"linterOptions": {
"exclude": [
"./node_modules/**/*"
]
},
"rules": {
"completed-docs": false,
"no-any": false,