Commits
User selector
Datepicker
Commit History
Commits on Apr 14, 2025
- committed
fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)
Show description for 152def7authored- committed
feat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
Show description for 3ccd79cauthoredfix(eslint-plugin): [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
Show description for 128d95b
Commits on Apr 10, 2025
feat: support stringly-typed extends (#10973)
Show description for 69e2f6c
Commits on Apr 7, 2025
- committed
fix(eslint-plugin): [no-deprecated] report on deprecated imported variable used as property (#10998)
Show description for 04abebcauthored
Commits on Mar 31, 2025
- committed
feat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)
Show description for 270277cfix(eslint-plugin): [no-array-constructor] remove optional chaining exemption (#10963)
Show description for c548aa7authoredfix(eslint-plugin): support arbitrary extensions in definition files (#10957)
Show description for 9a9670dauthoreddocs: fix typos in no-unsafe-argument examples (#11007)
Show description for c7c9b1afeat(eslint-plugin): [prefer-nullish-coalescing] create `ignoreIfStatements` option (#11000)
Show description for ada32d1authored
Commits on Mar 27, 2025
Commits on Mar 24, 2025
fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary optional array index access when `noUncheckedIndexedAccess` is enabled (#10961)
Show description for 3241e46authored- committed
feat(eslint-plugin): [prefer-nullish-coalescing] support `if` statement assignment (`??=`) and fix several minor bugs (#10861)
Show description for 7151489- authored
Commits on Mar 17, 2025
- committed
feat(utils): support `DeprecatedInfo` for `rule.meta.deprecated` (#10932)
Show description for 342d98eauthored
Commits on Mar 12, 2025
docs(eslint-plugin): [no-unnecessary-condition] mention array access as common case of mismatched types (#10921)
Show description for 7469e72authored
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 735064aauthored