Lint project

This commit is contained in:
2022-07-14 16:02:31 +02:00
parent f379ca7ff8
commit 48b01c6b2b
89 changed files with 144 additions and 124 deletions

View File

@@ -1,7 +1,7 @@
import DevelopmentHour from 'App/Models/DevelopmentHour'
import CommandsRun from 'App/Models/CommandsRun'
import BuildsRun from 'App/Models/BuildsRun'
import { Stats, Time } from 'App/Types/IStats'
import type { Stats, Time } from 'App/Types/IStats'
function formatDate(date: Date): string {
return date.toISOString().split('T')[0]