Fixed lolex typings version and tslint excludes

This commit is contained in:
Josh Goldberg
2017-12-29 11:43:13 -08:00
parent 8239a0fb75
commit 22718fefde
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"description": "A flexible container for map attributes and viewport.",
"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": {
"no-any": false
}