Skip to content

Commit

Permalink
docs: Publish v8.57.1 release highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Sep 16, 2024
1 parent 15b1253 commit b799089
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/content/blog/2024-09-16-eslint-v8.57.1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@ layout: post
title: ESLint v8.57.1 released
teaser: "We just pushed ESLint v8.57.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release."
image: release-notes-patch.png
draft: true
authors:
- eslintbot
- mdjermanovic
categories:
- Release Notes
tags:
- Release
---


## Highlights

Notable bug fixes related to the new config system (`eslint.config.js`):

* Config `name` property can now also be used with global ignores.
* `--no-ignore` no longer applies to non-global ignores.
* The `FlatESLint#lintText()` method will now respect the `fixTypes` option when it is specified.

This version also improves configuration error messages by including the `name` property (if specified on the config object that caused the error), or index in case of non-object elements in the config array.



Expand Down

0 comments on commit b799089

Please sign in to comment.