More ESLint fixes

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-05-09 12:49:28 +02:00
parent b65ae091bd
commit 64d14bff10
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
2 changed files with 41 additions and 39 deletions

View file

@ -21,6 +21,8 @@ const debugConfig = {
}
// Get version string from package.json
// TODO: There are other ways to geht the current version
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { version, repository } = require(path.join(appRootPath, 'package.json'))
const commitID = getGitCommit(appRootPath)