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: add 'Typed Linting' blog post (#10025)
Show description for 16f4d90docs: [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 a916ff2authoredchore(deps): update dependency esbuild to ~0.24.0 (#10073)
Show description for 032918aauthoredfix(eslint-plugin): [no-misused-promises] check contextual type (#10042)
Show description for b36d524authored- authored
- 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 ced951bdocs(website): open in playground button should not cover text (#10019)
Show description for d50b97fauthoredchore: update sponsors (#10062)
Show description for dda8ebaauthored
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
fix(types): add `NewExpression` as a parent of `SpreadElement` (#10024)
Show description for c249c2fauthoredchore: run prettier to fix CI failure on `main` (#10020)
Show description for d6e0f6eauthored- authored
Commits on Sep 18, 2024
fix(utils): add missing entries to the RuleListener selectors list (#9992)
Show description for 385bedbauthored
Commits on Sep 16, 2024
- committed
feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)
Show description for 454d37eauthoredchore(deps): update dependency monaco-editor to ~0.51.0 (#9907)
Show description for 9652c02authoredfeat: add `allow` option for `restrict-template-expressions` (#8556)
Show description for af92611authored