Commits
User selector
Datepicker
Commit History
Commits on Sep 2, 2024
Commits on Aug 31, 2024
chore: enable `unicorn/prefer-export-from` and `@typescript-eslint/consistent-type-exports` (#9833)
Show description for 2ad3404authored
Commits on Aug 30, 2024
docs: added note on async generator support in require-await (#9795)
Show description for 46f27e6docs: add dedicated TypeOrValueSpecifier docs page (#9875)
Show description for e5d1ac4authored
Commits on Aug 29, 2024
docs: fill in most remaining rule option descriptions (#9868)
Show description for 5fd4251authored
Commits on Aug 28, 2024
docs: add global variable rule disabling FAQ for ESLint (#9865)
Show description for 2421575authored
Commits on Aug 26, 2024
Commits on Aug 25, 2024
Commits on Aug 24, 2024
fix(utils): add `TSDeclareFunction` to `functionTypeTypes` (#9788)
Show description for 6377f18authoreddocs(eslint-plugin): [restrict-template-expressions] add explanation for allowNumber (#9870)
Show description for 8389e06
Commits on Aug 21, 2024
feat(eslint-plugin): [no-deprecation] add rule (#9783)
Show description for 57e4120
Commits on Aug 20, 2024
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
Show description for 94f7c99
Commits on Aug 19, 2024
chore: enable object-shorthand (#9816)
Show description for 1c2938ffix(eslint-plugin): [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
Show description for 90655d1- committed
fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
Show description for db558d1authoredchore: enable unicorn/prefer-string-replace-all (#9798)
Show description for 3962885authored- authored
feat(eslint-plugin): add suggestion to `require-await` to remove `async` keyword (#9718)
Show description for 478990fauthoredfix(eslint-plugin): [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
Show description for 8087d17authoredfix(eslint-plugin): delete [] in message if ReadOnly<string[]> is detected (#9513)
Show description for 8e01254authoredfix(eslint-plugin): [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
Show description for 3ca8477authoredfix(eslint-plugin): [use-unknown-in-catch-callback-variable] flag second argument of `.then` (#9059)
Show description for 75a09a8authored
Commits on Aug 15, 2024
chore: enable `unicorn/prefer-node-protocol` (#9742)
Show description for 382e87b
Commits on Aug 14, 2024
chore(eslint-plugin): fix prefer-template reports on main
Show description for 3e1ddb0committedchore: enable prefer-template (#9544)
Show description for 243fb5fauthoredchore: remove repetitive words (#9791)
Show description for e83466bauthored
Commits on Aug 12, 2024
- committed
fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)
Show description for abe351dauthoredfeat(eslint-plugin): [no-misused-promises] check subtype methods against heritage type methods (#8765)
Show description for 6a1c177fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)
Show description for fc3ba92authoredfeat(eslint-plugin): [no-unsafe-return] check promise any (#8693)
Show description for c20bd2ffix(eslint-plugin): [member-ordering] get accessor member name & take into account `abstract` and decorator (#9775)
Show description for 3d9ae44