Skip to content

Commit 21e15c8

Browse files
authored
docs: publish v9.8.0 release highlights (#608)
1 parent 2721a85 commit 21e15c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/blog/2024-07-26-eslint-v9.8.0-released.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ layout: post
33
title: ESLint v9.8.0 released
44
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."
55
image: release-notes-minor.png
6-
draft: true
76
authors:
8-
- eslintbot
7+
- fasttime
98
categories:
109
- Release Notes
1110
tags:
1211
- Release
1312
---
1413

14+
## Highlights
1515

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

1819

1920

0 commit comments

Comments
 (0)