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
test(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 10, 2025
- committed
feat(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 7acfb5f
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 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 a9cbcc9authoredfix(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 345e82eauthoredfix(eslint-plugin): [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
Show description for 77df70dauthored
Commits on Feb 1, 2025
fix(eslint-plugin): [switch-exhaustiveness-check] suggest with qualified name (#10697)
Show description for ac79d01authored
Commits on Jan 28, 2025
fix(eslint-plugin): [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
Show description for 1c73754authored
Commits on Jan 27, 2025
- committed
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
Show description for 9f0ce90fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
Show description for f1e9a5dauthoredfix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
Show description for acab0a9authored