Skip to content

Commit

Permalink
docs: Publish v9.2.0 release highlights (#562)
Browse files Browse the repository at this point in the history
* docs: Publish v9.2.0 release highlights

* fix __defineSetter__ appearance
  • Loading branch information
mdjermanovic committed May 3, 2024
1 parent 1e5b6fb commit 2ad41d2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/content/blog/2024-05-03-eslint-v9.2.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ layout: post
title: ESLint v9.2.0 released
teaser: "We just pushed ESLint v9.2.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release."
image: release-notes-minor.png
draft: true
authors:
- eslintbot
- mdjermanovic
categories:
- Release Notes
tags:
- Release
---


## Highlights




* The [no-case-declarations](/docs/latest/rules/no-case-declarations) rule now provides [suggestions](/docs/latest/use/core-concepts#rule-suggestions) for some of the problems reported by this rule.


## Features
Expand All @@ -33,7 +31,7 @@ tags:
## Bug Fixes


* [`eeec413`](https://github.com/eslint/eslint/commit/eeec41346738afb491958fdbf0bcf45a302ca1b7) fix: do not throw when defining a global named __defineSetter__ ([#18364](https://github.com/eslint/eslint/issues/18364)) (唯然)
* [`eeec413`](https://github.com/eslint/eslint/commit/eeec41346738afb491958fdbf0bcf45a302ca1b7) fix: do not throw when defining a global named `__defineSetter__` ([#18364](https://github.com/eslint/eslint/issues/18364)) (唯然)



Expand Down

0 comments on commit 2ad41d2

Please sign in to comment.