mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
More ESLint fixes
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
b65ae091bd
commit
64d14bff10
2 changed files with 41 additions and 39 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue