Commits
User selector
Datepicker
Commit History
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
Commits on Sep 25, 2024
Commits on Sep 24, 2024
Commits on Sep 23, 2024
- committed
docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types with isolatedDeclarations compiler option (#9956)
Show description for cdd93f6authoredfeat(eslint-plugin): [consistent-type-exports] check `export *` exports to see if all exported members are types (#10006)
Show description for d0e35d9authoreddocs: [no-unnecessary-type-parameters] add FAQ section (#9975)
Show description for dc1c6d3authoredfeat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)
Show description for e8555a0authoredfix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
Show description for 8293546authoredfix(eslint-plugin): [no-deprecated] report on imported deprecated variables (#9987)
Show description for b75d42bauthoreddocs: [no-floating-promises] clarify that void does not resolve promises (#9949)
Show description for c5dc755