pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:JavaScript
Filter by
11.9k results
insindresorhus (press backspace or delete to remove)!-- If you re adding a new rule, please follow these steps.
Fixes #2939
Summary
Closes #49
Remove render-gif from the default install graph and load it only when the GIF APIs are used.
This keeps buffer() and file() unchanged for static image consumers, while avoiding the ...
https://github.com/sindresorhus/globals/pull/340#discussion_r3019829315
Alacritty updated their settings config file to toml format a while ago.
Closes #2767
What
Adds a new rule that enforces calling .toArray() at the end of an iterator method chain, rather than in the middle.
Notes
- flatMap is intentionally excluded: Iterator#flatMap requires ...
Adds the no-top-level-side-effects rule, which flags top-level executable statements in ES modules.\n\nAddresses the
issues noted in #2870 and #2912:\n- export default foo() now correctly flagged\n- void ...
Fixes https://github.com/sindresorhus/p-limit/issues/103 issue
Summary
fix: resolve #2587 — Rule proposal: Provide autofix for core rule no-useless-concat
Problem
Severity: Critical | File: rules/index.js
Add the new rule export to the main rules index file so ...