Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/content/blog/2024-07-26-eslint-v9.8.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ layout: post
title: ESLint v9.8.0 released
teaser: "We just pushed ESLint v9.8.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


* Ignoring the directory where ESLint runs is no longer possible. Previously, a global `ignores` pattern like `"/"` would ignore the entire base directory.
* The feature flags specification has been updated to forbid the usage of [inactive flags](/docs/latest/flags#inactive-flags).



Expand Down
Loading