Commits
User selector
Datepicker
Commit History
Commits on Oct 21, 2024
- committed
feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#10149)
Show description for c8e7c27authoredfeat(eslint-plugin): [no-base-to-string] add support for catching toLocaleString (#10138)
Show description for 9a182d0chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
Show description for 8d35958authored
Commits on Oct 18, 2024
fix(eslint-plugin): [class-literal-property-style] don't report nodes with `override` keyword (#10135)
Show description for 0cbd4cdauthoredchore: coverage issues caused by using `export` assignments (#10151)
Show description for 127066aauthored
Commits on Oct 17, 2024
- committed
feat: support TypeScript 5.6 (#9972)
Show description for f9c49e3
Commits on Oct 15, 2024
Commits on Oct 14, 2024
Commits on Oct 13, 2024
fix(eslint-plugin): handle unions in await...for (#10110)
Show description for ef8642bauthored
Commits on Oct 11, 2024
docs: update `ordered-imports` status (#10129)
Show description for ef5df2fauthored- authored
fix(eslint-plugin): [no-unused-vars] never report the naming of an enum member (#10117)
Show description for 15d0960authored
Commits on Oct 10, 2024
fix(eslint-plugin): [no-loop-func] sync from upstream base rule (#10103)
Show description for a87c296docs: [no-unsafe-call] clarify that you can never safely narrow Function (#10058)
Show description for 656a36eauthoredchore(deps): update dependency eslint-plugin-perfectionist to v3.8.0 (#9976)
Show description for 7ea2074fix(eslint-plugin): [prefer-literal-enum-member] report a different error message when `allowBitwiseExpressions` is enabled (#10096)
Show description for 762dd1afix(eslint-plugin): [return-await] sync the behavior with await-thenable (#10069)
Show description for e47d398fix(scope-manager): [no-use-before-define] do not treat nested namespace aliases as variable references (#10095)
Show description for d1afad0authored- authored
Commits on Oct 9, 2024
chore: enable eslint-plugin-perfectionist on eslint-plugin package, with ordering tweaks (#9843)
Show description for 3f02687authored
Commits on Oct 7, 2024
- committed
fix(eslint-plugin): stop warning on @ts-nocheck comments which aren't at the beginning of the file (#10046)
Show description for 2d6ee87authored
Commits on Sep 30, 2024
- committed
feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)
Show description for b121bd9docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)
Show description for 9028d9dfix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operations (#10037)
Show description for 977e0a1authored- authored
Commits on Sep 29, 2024
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)
Show description for a916ff2authoredfix(eslint-plugin): [no-misused-promises] check contextual type (#10042)
Show description for b36d524authored- authored
Commits on Sep 27, 2024
fix(type-utils): check for type parameters on `isBuiltinSymbolLikeRecurser()` (#10026)
Show description for 94c5484authoreddocs: [prefer-literal-enum-member] fix bad examples (#10035)
Show description for ced951b