Files
vermine2047/module/system
uberwald 386d80639c code review: fix critical issues and improve code quality
- Fix constructor in rollDialog.mjs (spread operator for options)
- Remove all console.log statements from production code
- Add comprehensive JSDoc comments for all public APIs
- Convert French comments to English for consistency
- Use parseInt with radix parameter (10) throughout
- Replace let with const where appropriate
- Use Set for O(1) lookups in group-link.mjs methods
- Use spread operators for array cloning
- Optimize removeActorFromAllGroups with Set lookups
- Improve registerHooks with better comments and Set usage
- Simplify roll-message.hbs template logic
- Fix duplicate VERMINE key in lang/fr.json
- Add missing error translations
- Add .eslintrc.js with FoundryVTT-compatible linting config

Compatibility: FoundryVTT v11-v14

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-04 13:33:58 +02:00
..
2025-05-02 13:19:49 +02:00
2024-05-13 18:27:54 +02:00
2024-11-26 12:48:27 +01:00
2023-04-20 15:12:05 +02:00
2025-04-17 14:55:41 +02:00
2023-09-05 18:47:36 +02:00
2024-11-26 12:48:27 +01:00
2024-04-21 16:51:13 +02:00
2024-06-24 08:41:59 +02:00