Update eslint.

This commit is contained in:
Daniel Scalzi
2020-05-29 22:35:45 -04:00
parent 00842c9dff
commit 87e5299af6
8 changed files with 210 additions and 233 deletions

View File

@@ -3,7 +3,7 @@ import { createHash } from 'crypto'
import { copy, lstat, mkdirs, pathExists, readFile, remove } from 'fs-extra'
import { Module, Type } from 'helios-distribution-types'
import { basename, join } from 'path'
import { VersionManifestFG2 } from '../../../model/forge/versionmanifestFG2'
import { VersionManifestFG2 } from '../../../model/forge/VersionManifestFG2'
import { LibRepoStructure } from '../../../model/struct/repo/librepo.struct'
import { MavenUtil } from '../../../util/maven'
import { PackXZExtractWrapper } from '../../../util/PackXZExtractWrapper'