Commits
User selector
Datepicker
Commit History
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
Commits on Jan 18, 2025
Commits on Jan 17, 2025
Commits on Jan 15, 2025
- authored
chore: standardized on inline named exports (mostly) (#10596)
Show description for a157fd4authoredfix(eslint-plugin): [no-unnecessary-type-arguments] handle type args on jsx (#10630)
Show description for 3dbcc19authored
Commits on Jan 13, 2025
- committed
feat(eslint-plugin): [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
Show description for a7fc28cauthoredfix(eslint-plugin): [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
Show description for d6e5978authoredfix(eslint-plugin): [no-shadow] ignore ordering of type declarations (#10593)
Show description for 63135f7authoredfeat(eslint-plugin): [no-deprecated] add allow options (#10585)
Show description for 6dda0a4authoredfeat(eslint-plugin): [no-misused-spread] add new rule (#10551)
Show description for 04166e0
Commits on Jan 7, 2025
chore: export all Options and MessageIds types from rule files (#10556)
Show description for b17c7f2authoredtest(eslint-plugin): add extra tests (#10587)
Show description for 03d9639chore: fix CI snapshot failure (#10624)
Show description for e697cfaauthored
Commits on Jan 6, 2025
- committed
- authored
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
Show description for 6e05e56authoredfix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
Show description for 82716b8authored
Commits on Jan 3, 2025
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
Show description for c7154bfauthored
Commits on Jan 2, 2025
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
Show description for 63b2d3eauthored
Commits on Dec 31, 2024
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
Show description for 4dbf48bauthoredchore: upgrade to ts-api-utils 2.0 (#10567)
Show description for 3bacfa7authoreddocs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
Show description for 4f50f64authoreddocs: [prefer-nullish-coalescing] fix admonition (#10574)
Show description for 4e7f5f8authoredfix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
Show description for cde2f97authored
Commits on Dec 30, 2024
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Show description for c27399bauthored- committed
fix(eslint-plugin): [member-ordering] ignore method overloading (#10536)
Show description for 9746832authoredfix(eslint-plugin): [consistent-indexed-object-style] don't report on indirect circular references (#10537)
Show description for 7eba36eauthoredfix(eslint-plugin): [array-type] autofix with conditional types needs parentheses (#10522)
Show description for 3097930authored