mirror of
https://github.com/FullScreenShenanigans/MapsCreatr.git
synced 2026-08-12 02:18:17 -07:00
Fixed lolex typings version and tslint excludes
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"./node_modules/**/*"
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"completed-docs": false,
|
||||
"no-any": false,
|
||||
|
||||
Reference in New Issue
Block a user