chore: switch from biome to eslint + prettier; fix ton of lint issues

This commit is contained in:
Maze Winther
2026-04-29 00:37:56 +02:00
parent 6ec818fc11
commit d7692b4c79
159 changed files with 5630 additions and 5255 deletions
+4 -1
View File
@@ -115,7 +115,10 @@ export class MasksRegistry extends DefinitionRegistry<
},
icon,
};
this.register(definition.type, withBaseParams);
this.register({
key: definition.type,
definition: withBaseParams,
});
}
}