Commits
User selector
Datepicker
Commit History
Commits on Jan 22, 2024
Commits on Jan 19, 2024
fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type variable (#8235)
Show description for 920f909authored
Commits on Jan 16, 2024
fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
Show description for 01556f5authored
Commits on Jan 15, 2024
Commits on Jan 12, 2024
fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
Show description for 85ae4a8fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
Show description for 5a56708authored
Commits on Jan 9, 2024
feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
Show description for c3767edauthoreddocs: force space after await in no-floating-promises snippet (#8228)
Show description for 8ca5e5eauthoredfeat(eslint-plugin): [no-array-delete] add new rule (#8067)
Show description for e0f591eauthoredfeat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
Show description for 1aa8664
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 04dea84authored