Commits
User selector
Datepicker
Commit History
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
Commits on Sep 22, 2024
Commits on Sep 21, 2024
docs: [strict-boolean-expressions] fix adominition (#10033)
Show description for 7b149b9
Commits on Sep 19, 2024
chore: run prettier to fix CI failure on `main` (#10020)
Show description for d6e0f6eauthored- authored
Commits on Sep 16, 2024
- committed
feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)
Show description for 454d37eauthoredfeat: add `allow` option for `restrict-template-expressions` (#8556)
Show description for af92611authoredtest(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsic `NoInfer` (#9981)
Show description for 2a809e2authoredfeat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)
Show description for 682299e
Commits on Sep 13, 2024
fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
Show description for 77e65dfauthoredchore(eslint-plugin): make utility for static member access (#9836)
Show description for c11ca06authoredfix(eslint-plugin): [no-deprecated] report on deprecated properties with function-like types (#9977)
authored- authored
Commits on Sep 12, 2024
feat(type-utils): isNullableType add Void logic (#9937)
Show description for 3710c9cauthoredfix(eslint-plugin): [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
Show description for 042746fauthored