Commits
User selector
Datepicker
Commit History
Commits on Dec 11, 2023
Commits on Dec 7, 2023
fix(eslint-plugin): add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#8038)
Show description for 431cd15authored
Commits on Dec 5, 2023
fix(eslint-plugin): correct message for `no-unsafe-unary-minus` (#7998)
Show description for 705370aauthoredfeat(eslint-plugin): [require-await] allow yielding Promise in async generators (#8003)
Show description for 4c3e704authoreddocs(eslint-plugin): [no-throw-literal] fix typo in example (#8006)
Show description for 314f034authored- authored
Commits on Dec 4, 2023
Commits on Nov 29, 2023
docs: add 'When Not To Use It' or an intentional omission notice on all rules (#7447)
Show description for 37f34f4authoredchore: finish enabling no-unnecessary-condition internally (#8004)
Show description for 96abf18authored
Commits on Nov 28, 2023
Commits on Nov 27, 2023
Commits on Nov 20, 2023
- committed
chore(deps): update dependency prettier to v3.1.0 (#7938)
Show description for 2e535b8
Commits on Nov 19, 2023
feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880)
Show description for 4cfcd45
Commits on Nov 17, 2023
fix(eslint-plugin): [class-methods-use-this] detect a problematic case for private/protected members if `ignoreClassesThatImplementAnInterface` is set (#7705)
Show description for 155aa1ffix(eslint-plugin): [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706)
Show description for f151b26authored
Commits on Nov 16, 2023
fix(eslint-plugin): [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806)
Show description for a034d0aauthored
Commits on Nov 14, 2023
feat: [member-ordering] add accessor support for member-ordering (#7927)
Show description for 3c8312d
Commits on Nov 13, 2023
- committed
chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
Show description for a54a60bauthoredchore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)
Show description for e77616bchore: fix miscellaneous no-unnecessary-condition violations (#7834)
Show description for 8e87facauthoredfeat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)
Show description for 72cb9e4feat(utils): add ESLint `CodePath` selector types (#7551)
Show description for 99a026fauthoredfeat: allow typescript@5.3.0-RC as devDependency (#7821)
Show description for b6c40b4authoredfeat: add `no-unsafe-unary-minus` rule (#7390)
Show description for c4709c2authoredfeat: add types for flat config files (#7273)
Show description for 66cd0c0
Commits on Nov 11, 2023
Commits on Nov 6, 2023
Commits on Nov 2, 2023
Commits on Nov 1, 2023
- authored
fix(eslint-plugin): [no-unused-vars] handle logical assignment (#7854)
Show description for 11e57c5authored
Commits on Oct 30, 2023
feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849)
Show description for 5e73a48authored