Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift language:JavaScript

Filter by

11.9k results  (794 ms)

11.9k results

insindresorhus (press backspace or delete to remove)

Fixes #295 This adds a new unicorn/no-for-loop-extra-variable rule to handle the specific cached array-length for loop shape discussed in #295. Context: - #295 identified that no-for-loop does not ...

Closes #21 Problem When multiple processes share the same name (e.g. python, node), users have to run fkill repeatedly to kill each one individually. This was the most requested enhancement (funded \ ...

Fixes #37 Summary Add a new rule: wesome-header-image. If a header image exists (excluding badges), it must be either: - SVG, or - a HiDPI raster image (@2x / 2x marker), or - a local raster ...

Summary - add keysDescending() for newest-first key iteration - add valuesDescending() for newest-first value iteration - update TypeScript declarations and README - add tests for ordering and ...

Rename prefer-dom-node-dataset to dom-node-dataset and add a preferAttributes option that enforces getAttribute/setAttribute/removeAttribute/hasAttribute over .dataset. Closes #2451 This PR was written ...

Summary Addresses #290 and #260. Adds support for multiple GitHub instances (e.g., github.com + GitHub Enterprise) with per-instance notification tracking. - Primary instance uses native badge, secondary ...

Fix README grammar: No callbackS functions - No callback functions .

Implements #1661 Summary - New rule no-top-level-side-effects that reports side effects at the module top level - Exceptions: hashbang files, files with no exports, variable declarations - allowedCalls ...

Instead of fetching the entire remote, if we want to check for the existence of a tag, we can query the remote directly for that tag. That s more efficient especially for large repos. !-- Thanks for ...