Skip to content

Commit

Permalink
docs: Publish v8.41.0 release highlights (#440)
Browse files Browse the repository at this point in the history
* docs: Publish v8.41.0 release highlights

* update frontmatter
  • Loading branch information
mdjermanovic committed May 19, 2023
1 parent a7abcf3 commit fa268ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/content/blog/2023-05-19-eslint-v8.41.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ layout: post
title: ESLint v8.41.0 released
teaser: "We just pushed ESLint v8.41.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:
Expand All @@ -14,7 +13,10 @@ tags:



## Highlights

* Integrations can now use the new function `shouldUseFlatConfig()` to determine whether to use the `FlatESLint` class instead of the `ESLint` class.
* The performance of the `indent` rule has been significantly improved.



Expand Down

0 comments on commit fa268ad

Please sign in to comment.