Commits
User selector
Datepicker
Commit History
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 984f177authoredchore: add ronami to the committer list (#10488)
Show description for ce5d3e3fix(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
Commits on Dec 13, 2024
chore: update sponsors (#10492)
Show description for a383d50authored
Commits on Dec 10, 2024
Commits on Dec 9, 2024
- committed
chore: enforce repo nullish check style (#10419)
Show description for 0d65f17authoredfix(eslint-plugin): [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
Show description for a54a8e1
Commits on Dec 7, 2024
chore(deps): update dependency typedoc to ^0.27.0 (#10449)
Show description for 10b520fauthoredfix(eslint-plugin): [no-base-to-string] handle more robustly when multiple `toString()` declarations are present for a type (#10432)
Show description for 24a1510authoredfeat(eslint-plugin): [switch-exhaustiveness-check] add support for "no default" comment (#10218)
Show description for 47f1ab3fix(eslint-plugin): [no-deprecated] check if a JSX attribute is deprecated (#10374)
Show description for 772bd43
Commits on Dec 6, 2024
chore: update sponsors (#10462)
Show description for dc1e59cauthored
Commits on Dec 4, 2024
chore: standardise licenses on MIT (#10387)
Show description for c92c29dauthored- authored
Commits on Dec 3, 2024
feat(eslint-plugin): [no-deprecated] report on super call of deprecated constructor (#10397)
Show description for 0cc7919authored
Commits on Dec 2, 2024
- committed
feat(eslint-plugin): [prefer-promise-reject-errors] options to allow any and unknown (#10392)
Show description for 670df27feat(typescript-estree): add package version to ts version warning (#10343)
Show description for 0e468c9
Commits on Dec 1, 2024
fix(eslint-plugin): [promise-function-async] handle function overloading (#10304)
Show description for 68311eeauthored
Commits on Nov 30, 2024
docs: return-await doc page should say the rule is in the strict-type-checked ruleset, not recommended (#10428)
Show description for 05617d2authored
Commits on Nov 29, 2024
chore: update sponsors (#10416)
Show description for b5af06eauthored
Commits on Nov 27, 2024
fix(eslint-plugin): remove references to "extendDefaults" in no-restricted-types (#10401)
Show description for 9dbb4f9authored
Commits on Nov 26, 2024
Commits on Nov 25, 2024
fix(website): press the Report an Issue button makes error if eslintrc does not include rules (#10367)
Show description for c1b1106- committed
- authored
- authored
Commits on Nov 24, 2024
feat(eslint-plugin): [no-base-to-string] check Array.prototype.join (#10287)
Show description for 2e2433bauthored- authored