Skip to content

Commit 46558e8

Browse files
authored
Drop support for old ESLint (#272)
1 parent aabc8f0 commit 46558e8

File tree

95 files changed

+249
-662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+249
-662
lines changed

.changeset/drop-old-eslint.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-es-x": major
3+
---
4+
5+
Drop support for old ESLint (now supports `>=9.29.0`).

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ jobs:
4444
- eslint: 9
4545
node: 24
4646
os: ubuntu-latest
47-
# On old ESLint versions
48-
- eslint: 8
49-
node: 22
50-
os: ubuntu-latest
5147
# On the minimum supported ESLint/Node.js version
52-
- eslint: 8.0.0
48+
- eslint: 9.29.0
5349
node: 20.19.0
5450
os: ubuntu-latest
5551

0 commit comments

Comments
 (0)