Fixed PR issues

This commit is contained in:
Gareth Parker
2018-03-21 09:29:34 +00:00
parent b017d84e6a
commit 3ea349d793
2 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"

View File

@@ -1,7 +1,3 @@
{
"extends": "dtslint/dt.json",
"rules": {
// This package uses the Function type, and it will take effort to fix.
"ban-types": false
}
"extends": "dtslint/dt.json"
}