Commits
User selector
Datepicker
Commit History
Commits on Jan 8, 2024
- committed
- authored
fix(eslint-plugin): [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
Show description for 5205192- authored
- authored
fix(eslint-plugin): [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
Show description for 27d6ac1authored
Commits on Jan 7, 2024
chore: enable eslint-plugin-jsdoc internally (#8145)
Show description for 1ee3087authored
Commits on Jan 6, 2024
Commits on Jan 4, 2024
docs(eslint-plugin): [switch-exhaustiveness-check] remove extra quotes in rule options headers (#8160)
Show description for 684d626authoredfeat(eslint-plugin): [no-var-requires, no-require-imports] allow option (#7710)
Show description for f7b5ca8authoredfeat(typescript-estree): throw on invalid update expressions (#7202)
Show description for 1a8e0dc
Commits on Jan 1, 2024
Commits on Dec 29, 2023
fix(eslint-plugin): [no-restricted-imports] prevent crash when `patterns` or `paths` in options are empty (#8108)
Show description for 675e987feat(eslint-plugin): [no-floating-promises] flag result of .map(async) (#7897)
Show description for 5857356authoredfeat(eslint-plugin): [switch-exhaustiveness-check] add an option to warn against a `default` case on an already exhaustive `switch` (#7539)
Show description for 6a219bddocs: modify examples for explicit-module-boundary-types (#7404)
Show description for 5ad1b76authored
Commits on Dec 26, 2023
docs(eslint-plugin): [prefer-readonly-parameter-types] fix broken code samples (#8135)
Show description for cde4d4dauthored
Commits on Dec 25, 2023
- committed
fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics (#8096)
Show description for 3182959docs(eslint-plugin): enforce a heading for each rule option (#8015)
Show description for 3031117authoreddocs(eslint-plugin): add Deprecating Formatting Rules blog post (#8117)
Show description for b3f87fcfeat(eslint-plugin): deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#8123)
Show description for 9368bf3authored
Commits on Dec 24, 2023
docs: add tombstone file for no-parameter-properties and suggested replacements for deprecated rules in v6 (#8104)
Show description for f6f6a57authoredfeat(eslint-plugin): deprecate formatting (meta.type: layout) rules (#8073)
Show description for 04dea84authoredchore(website): auto-generate type checked rule notice in rule docs (#7951)
Show description for b1c92bbauthored
Commits on Dec 23, 2023
Commits on Dec 18, 2023
Commits on Dec 13, 2023
Commits on Dec 12, 2023
feat(eslint-plugin): [no-useless-template-literals] add new rule (#7957)
Show description for ff75785feat: require-array-sort-compare + toSorted (#8052)
Show description for c9661c8authored