fix linting issues

This commit is contained in:
Philip Weiss
2018-02-24 18:03:06 -08:00
parent 347d547d5f
commit a419d47ef8
2 changed files with 1 additions and 4 deletions

View File

@@ -148,7 +148,6 @@ module.exports = function parseCommandLine (processArgs) {
pathsToOpen = pathsToOpen.concat(paths)
}
projectSettings = { originPath, paths, config }
}
if (devMode) {
@@ -204,7 +203,6 @@ const readProjectSettingsSync = (filepath, executedFrom) => {
if (contents.paths || contents.config) {
return contents
}
} catch (e) {
throw new Error('Unable to read supplied config file.')
}