Commits
User selector
Datepicker
Commit History
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 3097930authoredfix(eslint-plugin): add getConstraintInfo to handle generic constraints better (#10496)
Show description for 2e2731d
Commits on Dec 26, 2024
feat(eslint-plugin): [strict-boolean-expressions] check array predicate functions' return statements (#10106)
Show description for 07d0e0d
Commits on Dec 23, 2024
- committed
fix(eslint-plugin): [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
Show description for 83c3bbfauthored- authored
Commits on Dec 21, 2024
fix(eslint-plugin): [no-unnecessary-type-arguments] handle type/value context (#10503)
Show description for 4747299authoredfix(eslint-plugin): [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
Show description for 4c91ed5fix(eslint-plugin): [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
Show description for 91e7217authoredchore(deps): update dependency prettier to v3.4.2 (#10478)
Show description for dfd550dfix(eslint-plugin): [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
Show description for 8ca9cbaauthoredfix(eslint-plugin): [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
Show description for ba39ddeauthoredfix(eslint-plugin): [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
Show description for 6c75493authored
Commits on Dec 16, 2024
Commits on Dec 15, 2024
Commits on Dec 14, 2024
fix(eslint-plugin): [no-unnecessary-condition] better message when comparing between literal types (#10454)
Show description for 334d025authoredfix(eslint-plugin): use consistent naming for asserting types and casting values (#10472)
Show description for 984f177authoredfix(eslint-plugin): [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
Show description for eaae68cauthoredfix(eslint-plugin): handle string like index type (#10460)
Show description for bddb35bauthoredfix(eslint-plugin): [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
Show description for d5415e2authored