Fix ESLint issues

This commit is contained in:
Stijnus
2025-01-28 11:39:12 +01:00
parent 58d3853cd6
commit c4c73622f5
44 changed files with 4193 additions and 3291 deletions

View File

@@ -1,4 +1,4 @@
const { execSync } =require('child_process');
const { execSync } = require('child_process');
// Get git hash with fallback
const getGitHash = () => {