Skip to content

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

Filter by

12k results  (242 ms)

12k results

insindresorhus (press backspace or delete to remove)

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 ...

Summary fix: resolve #2772 — Rule proposal: forbid declarations that are not used before an early return Problem Severity: Medium | File: index.js Add the new rule export to the main plugin index file ...

Summary fix: resolve #2726 — require-module-attributes: Support TSImportType Problem Severity: High | File: rules/require-module-attributes.js The rule currently handles ImportDeclaration, ImportExpression, ...

Summary Quality: Typo in function name: hasTripeSlashDirectives Problem Severity: Medium | File: rules/no-empty-file.js:L18 The function name hasTripeSlashDirectives has a typo - Tripe should be Triple ...

Summary fix: resolve #2503 — filename-case: add $ as an ignored char Problem Severity: High | File: rules/filename-case.js The rule needs to treat $ as an ignored character when validating filename ...

Keep npm pack --dry-run script-free when collecting packed files so prerequisite checks do not fail on broken lifecycle hooks or noisy script output. Still run entry-point validation against that stable ...

Summary - Remove unnecessary string type arguments from expectType calls in index.test-d.ts - Fixes @typescript-eslint/no-unnecessary-type-arguments lint error that currently breaks CI on all branches ...

This pull request extends the import-style ESLint rule to support a new stylePatterns option, allowing users to enforce import styles based on module name patterns (e.g., all node: imports) rather than ...

Summary - Fixes #28 — cliTruncate output exceeds columns when the truncation boundary falls inside an East Asian wide (CJK) character - Adds safeSliceAnsi wrapper that re-slices with a 1-column ...

Code Quality Problem The rule currently handles ImportDeclaration and ImportExpression but misses TSImportType (used in TypeScript for type X = import( foo ) and type X = import( foo , { with: {...} ...