fix ts linting and delint the world

This commit is contained in:
Michael Telatynski
2021-07-01 09:22:57 +01:00
parent 4db0a0ac0c
commit 397bc66522
9 changed files with 256 additions and 12 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function toggleWin(): void {
}
interface IConfig {
icon_path: string;
icon_path: string; // eslint-disable-line camelcase
brand: string;
}