mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
- Fixed unnecessary escape character in security-scanner.ts regex pattern - Added eslint-disable comment for necessary this alias in lua-engine.ts - Added comments to empty catch blocks in ComponentConfigDialog.tsx - Wrapped case blocks with lexical declarations in braces: - FieldRenderer.tsx (relation case) - ModelListView.tsx (select case) - RenderComponent.tsx (Heading case) All 10 ESLint errors have been resolved. Lint now passes with 0 errors, 331 warnings. Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>