Skip to content

v7.19.0

Compare
Choose a tag to compare
@eslintbot eslintbot released this 31 Jan 04:23
· 1647 commits to main since this release
  • ce7f061 Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe)
  • c60e23f Update: fix let logic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic)
  • d76e8f6 Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic)
  • 5800d92 Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills)
  • 0ccf6d2 Docs: remove configuring.md (#14036) (Milos Djermanovic)
  • 65bb0ab Chore: Clean up new issue workflow (#14040) (Nicholas C. Zakas)
  • e1da90f Fix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody)
  • 1a078b9 Update: check ternary : even if ? was reported in space-infix-ops (#13963) (Milos Djermanovic)
  • fb27422 Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar)
  • e0b05c7 Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya)
  • 46e836d Sponsors: Sync README with website (ESLint Jenkins)
  • 3fc4fa4 Docs: update configuring links (#14038) (Milos Djermanovic)
  • 8561c21 Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic)
  • 1c309eb Update: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic)
  • f6602d5 Docs: Reorganize Configuration Documentation (#13837) (klkhan)
  • c753b44 Sponsors: Sync README with website (ESLint Jenkins)
  • a4fdb70 Docs: Fixed Typo (#14007) (Yash Singh)
  • f7ca481 Docs: Explain why we disable lock files (refs eslint/tsc-meetings#234) (#14006) (Brandon Mills)