mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-07-25 16:55:48 -04:00
b37edcb09b
- S7772: add node: prefix to core module imports (26 files) - S7773: use Number.parseInt over parseInt (22 occurrences) - S7754: prefer .some() over .find()/.filter().length - S7752: use .flatMap() over .map().flat() - S6822: remove redundant role="list" from semantic HTML (16) - S2933: mark non-reassigned class fields as readonly (44 fields) - S9011: add explicit type="button" to non-form buttons (50) - S3696: throw Error objects instead of string literals (10) - S3626: remove redundant bare return statements (13) - S6582: prefer optional chaining over && null guards (5) - S1128: remove unused imports (30 across 14 files) - S6551: fix [object Object] coercion in notification nonce - S8786: fix ReDoS backtracking in steam banner regex