Fixed eslint errors

This commit is contained in:
Geomitron
2020-03-14 17:33:07 -04:00
parent f8316d18e7
commit 0b4e50174d
19 changed files with 63 additions and 66 deletions

View File

@@ -1,3 +1,4 @@
/* eslint @typescript-eslint/no-explicit-any: 0 */ // Using any is required because that type is required in catch statements
import { red } from 'cli-color'
import { getRelativeFilepath } from './ElectronUtilFunctions'