Skip to content

Commit

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

* fix links
  • Loading branch information
fasttime committed May 17, 2024
1 parent d471876 commit c7f54f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/content/blog/2024-05-17-eslint-v9.3.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@ layout: post
title: ESLint v9.3.0 released
teaser: "We just pushed ESLint v9.3.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
- fasttime
categories:
- Release Notes
tags:
- Release
---

## Highlights

ESLint v9.3.0 adds new options to some rules:

* `func-style` has the new option [`overrides.namedExports`](/docs/latest/rules/func-style#options)
* `no-extra-boolean-cast` has the new option [`enforceForInnerExpressions`](/docs/latest/rules/no-extra-boolean-cast#options) superseding the deprecated but still recognized `enforceForLogicalOperands` option
* `no-misleading-character-class` has the new new option [`allowEscape`](/docs/latest/rules/no-misleading-character-class#options)
* `no-restricted-exports` has the new option [`restrictedNamedExportsPattern`](/docs/latest/rules/no-restricted-exports#options)




The built-in rules [`line-comment-position`](/docs/latest/rules/line-comment-position) and [`multiline-comment-style`](/docs/latest/rules/multiline-comment-style) have been deprecated in favor of third-party replacements.

## Features

Expand Down

0 comments on commit c7f54f2

Please sign in to comment.