diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cdbc43bdc..517c7a2a2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7838,6 +7838,7 @@ "node_modules/rom-patcher": { "version": "3.0.0", "resolved": "git+ssh://git@github.com/marcrobledo/RomPatcher.js.git#91e522e247f709e894761157ccba3189004d0859", + "integrity": "", "dependencies": { "chalk": "4.1.2", "commander": "^11.0.0" diff --git a/frontend/public/assets/patcherjs/patcher.worker.js b/frontend/public/assets/patcherjs/patcher.worker.js index 55b64a0eb..514bc275e 100644 --- a/frontend/public/assets/patcherjs/patcher.worker.js +++ b/frontend/public/assets/patcherjs/patcher.worker.js @@ -1,3 +1,5 @@ +/* eslint-disable no-undef */ + /// // Load all patcher scripts diff --git a/frontend/src/types/rompatcher.d.ts b/frontend/src/types/rompatcher.d.ts index dbcddef01..49dea76bf 100644 --- a/frontend/src/types/rompatcher.d.ts +++ b/frontend/src/types/rompatcher.d.ts @@ -1,3 +1,5 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ + declare module "rom-patcher/rom-patcher-js/*" { const value: any; export default value;