-
-
Notifications
You must be signed in to change notification settings - Fork 449
Pull requests: sindresorhus/eslint-plugin-unicorn
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(
no-for-loop): handle cached-length pattern in for loop init
#2925
opened Mar 28, 2026 by
tranhoangtu-it
Loading…
Add
no-for-loop-extra-variable rule for cached array-length loops
#2919
opened Mar 28, 2026 by
juarezsousa-ctrl
Loading…
Rename
prefer-dom-node-dataset to dom-node-dataset, add preferAttributes option
#2918
opened Mar 27, 2026 by
silverwind
Loading…
fix(
no-for-loop): handle cached-length pattern for (let i = 0, j = arr.length; i < j; i++) (fixes #295)
#2911
opened Mar 17, 2026 by
argusagent
Loading…
prefer-ternary: convert options to object, add onlyAssignments option
#2856
opened Feb 2, 2026 by
ipanasenko
Loading…
ProTip!
Filter pull requests by the default branch with base:main.