Commits
User selector
Datepicker
Commit History
Commits on Nov 18, 2024
Commits on Nov 17, 2024
fix(utils): add defaultOptions to meta in rule (#10339)
Show description for f5e23e2
Commits on Nov 16, 2024
- authored
- authored
fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-return-type] don't report on `as const satisfies` (#10315)
Show description for 66234d0fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
Show description for 013c5ccfeat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreConditionalTests` involving boolean `!` operator (#10299)
Show description for a7746fb
Commits on Nov 15, 2024
docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated code (#10337)
Show description for 57d343b
Commits on Nov 14, 2024
feat(eslint-plugin): new rule `no-unsafe-type-assertion` (#10051)
Show description for 9ebdff4- authored
Commits on Nov 11, 2024
feat(eslint-plugin): added related-getter-setter-pairs rule (#10192)
Show description for 0409851- committed
Commits on Nov 10, 2024
fix(scope-manager): fix asserted increments not being marked as write references (#10271)
Show description for 42d275cfix(eslint-plugin): [no-misused-promises] improve report loc for methods (#10216)
Show description for d27a9ac
Commits on Nov 5, 2024
chore: fix lint and build website errors (#10288)
Show description for c13b6b4authored
Commits on Nov 4, 2024
feat(eslint-plugin): [await-thenable] report unnecessary `await using` statements (#10209)
Show description for 5b2ebcdfix(eslint-plugin): [no-unnecessary-condition] improve error message for literal comparisons (#10194)
Show description for 22f7f25authoredfeat(eslint-plugin): [no-confusing-void-expression] add an option to ignore void<->void (#10067)
Show description for e2e9ffc- committed
fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a missing property with `undefined` (#10232)
Show description for f83a591chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)
Show description for 3b97b55authoredfeat(eslint-plugin): [only-throw-error] add allow option (#10221)
Show description for c1fe3eachore: update eslint version internally to latest (#10244)
Show description for d90cc59fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
Show description for 5bd4c0aauthored
Commits on Nov 3, 2024
- authored
- authored
- authored
- authored
Commits on Nov 1, 2024
Commits on Oct 31, 2024
fix(eslint-plugin): [no-unnecessary-condition] falsey bigint should be falsey (#10205)
Show description for 964fa91
Commits on Oct 29, 2024
- committed
fix(eslint-plugin): [switch-exhaustiveness-check] invert `considerDefaultExhaustiveForUnions` (#10223)
Show description for cc7177cauthored