Skip to content

Commit 1d630f9

Browse files
greenkeeper[bot]blakeembrey
authored andcommitted
chore(package): update tslint-config-standard to version 7.0.0 (#454)
1 parent 88e9a9d commit 1d630f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"rimraf": "^2.5.4",
6464
"semver": "^5.1.0",
6565
"tslint": "^5.0.0",
66-
"tslint-config-standard": "^6.0.1",
66+
"tslint-config-standard": "^7.0.0",
6767
"typescript": "^2.4.1"
6868
},
6969
"dependencies": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ function readConfig (compilerOptions: any, project: string | boolean | undefined
463463
}
464464

465465
if (typeof ts.parseJsonConfigFileContent === 'function') {
466-
return fixConfig(ts.parseJsonConfigFileContent(result.config, ts.sys, basePath, undefined, configPath as string), ts)
466+
return fixConfig(ts.parseJsonConfigFileContent(result.config, ts.sys, basePath, undefined, configPath), ts)
467467
}
468468

469469
throw new TypeError('Could not find a compatible `parseConfigFile` function')

0 commit comments

Comments
 (0)