Commits
User selector
Datepicker
Commit History
Commits on Feb 17, 2025
- committed
fix(eslint-plugin): [class-methods-use-this] check `accessor` methods with a function initializer (#10796)
Show description for 9a78e40docs: [prefer-optional-chain] fix examples (#10835)
Show description for e43cf46fix(eslint-plugin): [no-misused-promises] don't report on `static` `accessor` properties (#10814)
Show description for e33da81authoredfix(eslint-plugin): [no-deprecated] don't report on deprecated `accessor` property declaration (#10813)
Show description for 744f166authoredfix(eslint-plugin): [explicit-member-accessibility] check `accessor` class properties for missing accessibility modifier (#10805)
Show description for 41245f3authoredfix(eslint-plugin): [explicit-module-boundary-types] check `accessor` class properties with a function initializer (#10804)
Show description for d995fbcauthoredfix(eslint-plugin): [prefer-return-this-type] check `accessor` properties with a function initializer (#10794)
Show description for 02d4779authoredfix(eslint-plugin): [consistent-generic-constructors] check `accessor` class properties (#10789)
Show description for e98f234authoredfix(eslint-plugin): [no-unsafe-assignment] report on an `any` value assigned as an initializer of an `accessor` property (#10785)
Show description for b694683authoredfix(eslint-plugin): [no-unnecessary-template-expression] ignore enum and enum members (#10782)
Show description for 367fbb2authored
Commits on Feb 15, 2025
chore(deps): update dependency esbuild to ~0.25.0 (#10836)
Show description for e5f5088authoredtest(eslint-plugin): [no-unnecessary-type-assertion] add missing tests for asserting enums (#10807)
Show description for 28f95cdauthoreddocs: automatically add extension rule notices in docs pages (#10734)
Show description for d75011cauthoredfix(eslint-plugin): [no-inferrable-types] handle accessor (#10780)
Show description for 57af388authored
Commits on Feb 14, 2025
chore: update sponsors (#10832)
Show description for 53c9d79authored
Commits on Feb 10, 2025
- committed
fix(ast-spec): correct YieldExpression.argument type (#10799)
Show description for 11aa0f3authoredfeat(eslint-plugin): [no-unnecessary-condition] make `allowConstantLoopConditions` more granular (#10639)
Show description for ac8dde0authoredfix(eslint-plugin): [no-misused-spread] correct and elaborate string spread report message (#10751)
Show description for 7acfb5fdocs: emphasize performance tradeoffs of typed linting (#10730)
Show description for e4994c5
Commits on Feb 7, 2025
chore: update sponsors (#10810)
Show description for 0991424authored
Commits on Feb 5, 2025
fix(eslint-plugin): [restrict-plus-operands] report adding bigints to strings when `allowNumberAndString` is `false` (#10737)
Show description for d30a497authored
Commits on Feb 4, 2025
feat(utils): add `reportUnusedInlineConfigs` to LinterOptions (#10718)
Show description for 844608bauthored
Commits on Feb 3, 2025
docs(eslint-plugin): [prefer-nullish-coalescing] streamline code examples (#10735)
Show description for bcdf560- committed
feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
Show description for 06925f8authoredfix(eslint-plugin): [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
Show description for 884995ddocs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)
Show description for cd15629authoredfix(eslint-plugin): [no-restricted-imports] support regex option (#10699)
Show description for a9cbcc9authoreddocs: switch links from Twitter to Bluesky (#10729)
Show description for 9169b91fix(eslint-plugin): [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
Show description for 3e44913authoredfix(eslint-plugin): [prefer-nullish-coalescing] fix missing return (#10732)
Show description for 82cb00dauthored- authored
docs(eslint-plugin): remove duplicate option descriptions on various rules (#10748)
Show description for 345e82eauthored