Commits
User selector
Datepicker
Commit History
Commits on Mar 10, 2025
- committed
fix(eslint-plugin): [no-unsafe-return] handle recursive type (#10883)
Show description for ee90e45authored
Commits on Mar 6, 2025
Commits on Mar 3, 2025
- committed
feat(eslint-plugin): [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
Show description for 02d9d73authoredfeat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
Show description for 84af50eauthoredfix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)
Show description for a03b7efauthoreddocs(eslint-plugin): [consistent-return] add link to `noImplicitReturns` docs (#10902)
Show description for 4082ad0authored- authored
- authored
Commits on Mar 2, 2025
- authored
fix(eslint-plugin): [no-invalid-void-type] report `accessor` properties with an invalid `void` type (#10864)
Show description for 735064aauthoredfix(eslint-plugin): [unified-signatures] does not differentiate truly private methods (#10806)
Show description for a6feb59authoredfeat(eslint-plugin): [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
Show description for d8a4fb6
Commits on Feb 27, 2025
chore: remove unused scripts (#10886)
Show description for 89f0c61chore: update all test scripts to remove coverage flag (#10582)
Show description for 7c88d26
Commits on Feb 24, 2025
- committed
feat(eslint-plugin): [no-misused-spread] add suggestions (#10719)
Show description for a43c199fix(eslint-plugin): [strict-boolean-expressions] allowNullableBoolean - support array predicate functions (#10698)
Show description for 0a0a085fix(eslint-plugin): [no-invalid-void-type] don't flag function overloading with `void` in return type annotation (#10422)
Show description for b688380authoredfix(eslint-plugin): [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
Show description for f22de04docs(eslint-plugin): [consistent-type-definitions] add FAQs (#10731)
Show description for 6f87c20authoredfix(eslint-plugin): [no-deprecated] report usage of deprecated private identifiers (#10844)
Show description for fb790dcauthoredfix(eslint-plugin): [unified-signatures] handle getter-setter (#10818)
Show description for 5d503b9authored
Commits on Feb 20, 2025
Commits on Feb 17, 2025
- committed
fix(eslint-plugin): [class-methods-use-this] check `accessor` methods with a function initializer (#10796)
Show description for 9a78e40docs: [prefer-optional-chain] fix examples (#10835)
Show description for e43cf46fix(eslint-plugin): [no-misused-promises] don't report on `static` `accessor` properties (#10814)
Show description for e33da81authoredfix(eslint-plugin): [no-deprecated] don't report on deprecated `accessor` property declaration (#10813)
Show description for 744f166authoredfix(eslint-plugin): [explicit-member-accessibility] check `accessor` class properties for missing accessibility modifier (#10805)
Show description for 41245f3authoredfix(eslint-plugin): [explicit-module-boundary-types] check `accessor` class properties with a function initializer (#10804)
Show description for d995fbcauthoredfix(eslint-plugin): [prefer-return-this-type] check `accessor` properties with a function initializer (#10794)
Show description for 02d4779authoredfix(eslint-plugin): [consistent-generic-constructors] check `accessor` class properties (#10789)
Show description for e98f234authoredfix(eslint-plugin): [no-unsafe-assignment] report on an `any` value assigned as an initializer of an `accessor` property (#10785)
Show description for b694683authored