Configure ESLint with Prettier and TypeScript support.

- Baseline existing errors to warnings.
- Fix Image to PDF tool for HEIC and WebP inputs.
- Apply linting auto-fixes.
This commit is contained in:
abdullahalam123
2026-01-05 19:04:47 +05:30
parent c9b9482cb6
commit a347cbda3d
10 changed files with 1188 additions and 605 deletions

View File

@@ -19,7 +19,7 @@ interface LayerData {
let currentFile: File | null = null;
let currentDoc: any = null;
let layersMap = new Map<number, LayerData>();
const layersMap = new Map<number, LayerData>();
let nextDisplayOrder = 0;
document.addEventListener('DOMContentLoaded', () => {