Skip to content

Commit 77de809

Browse files
authoredFeb 22, 2024··
build: run test on eslint pre-releases (#171)
* build: run test on eslint alpha releases * Update CI.yml * Update CI.yml * chore: fix failing tests refactor the unsupported/* rules tests to make the tests passing. since eslint v9, it starts checking dulp tests;
1 parent 4b12cdc commit 77de809

File tree

3 files changed

+5085
-5139
lines changed

3 files changed

+5085
-5139
lines changed
 

‎.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, windows-latest, macOS-latest]
36-
eslint: [8.x, "9.0.0-alpha.0"]
36+
eslint: [8.x, "next"]
3737
node: [18.x, 20.x]
3838
include:
3939
- os: ubuntu-latest

‎tests/lib/rules/no-unsupported-features/es-builtins.js

+2,379-2,387
Large diffs are not rendered by default.

‎tests/lib/rules/no-unsupported-features/es-syntax.js

+2,705-2,751
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.