Commits
User selector
Datepicker
Commit History
Commits on Feb 10, 2025
- committed
feat(eslint-plugin): [no-unnecessary-condition] make `allowConstantLoopConditions` more granular (#10639)
Show description for ac8dde0authoredfix(eslint-plugin): [no-misused-spread] correct and elaborate string spread report message (#10751)
Show description for 7acfb5f
Commits on Feb 5, 2025
fix(eslint-plugin): [restrict-plus-operands] report adding bigints to strings when `allowNumberAndString` is `false` (#10737)
Show description for d30a497authored
Commits on Feb 3, 2025
docs(eslint-plugin): [prefer-nullish-coalescing] streamline code examples (#10735)
Show description for bcdf560- committed
feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
Show description for 06925f8authoredfix(eslint-plugin): [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
Show description for 884995ddocs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)
Show description for cd15629authoredfix(eslint-plugin): [no-restricted-imports] support regex option (#10699)
Show description for a9cbcc9authoredfix(eslint-plugin): [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
Show description for 3e44913authoredfix(eslint-plugin): [prefer-nullish-coalescing] fix missing return (#10732)
Show description for 82cb00dauthored- authored
docs(eslint-plugin): remove duplicate option descriptions on various rules (#10748)
Show description for 345e82eauthoredfix(eslint-plugin): [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
Show description for 77df70dauthored
Commits on Feb 1, 2025
fix(eslint-plugin): [switch-exhaustiveness-check] suggest with qualified name (#10697)
Show description for ac79d01authored
Commits on Jan 28, 2025
fix(eslint-plugin): [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
Show description for 1c73754authored
Commits on Jan 27, 2025
- committed
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
Show description for 9f0ce90fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
Show description for f1e9a5dauthoredfix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
Show description for acab0a9authored
Commits on Jan 24, 2025
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
Show description for a3a157cauthoredfix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
Show description for 586e7eb
Commits on Jan 23, 2025
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
Show description for 9e8828bauthored- committed
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
Show description for 1e2305edocs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
Show description for 974f2b1
Commits on Jan 21, 2025
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Show description for 55bed75
Commits on Jan 20, 2025
- committed
test(eslint-plugin): adjust tests to verify `no-unnecessary-type-assertion` doesn't report template literals with expressions (#10671)
Show description for 609a78fauthored- authored
fix(eslint-plugin): [no-base-to-string] don't crash for recursive array or tuple types (#10633)
Show description for 1895948authored
Commits on Jan 19, 2025
fix(eslint-plugin): [no-for-in-array] report on any type which may be an array or array-like (#10535)
Show description for 74f1c5aauthored