Skip to content

Commit cd48387

Browse files
authored
Target ESLint 9 and support flat config (#774)
1 parent 09cfbd1 commit cd48387

167 files changed

Lines changed: 3124 additions & 4507 deletions

File tree

Some content is hidden

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

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
23
on:
34
- push
45
- pull_request
@@ -10,14 +11,15 @@ jobs:
1011
fail-fast: false
1112
matrix:
1213
node-version:
14+
- 22
1315
- 20
1416
- 18
1517
steps:
1618
- uses: actions/checkout@v4
1719
- uses: actions/setup-node@v4
1820
with:
1921
node-version: ${{ matrix.node-version }}
20-
- run: npm install --force
22+
- run: npm install
2123
- run: npm test
2224
# - uses: codecov/codecov-action@v1
2325
# if: matrix.node-version == 14

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ test/fixtures/typescript/extends-tsconfig-bases/node_modules/.cache
1010
test/fixtures/typescript/extends-array/node_modules/.cache
1111
.nyc_output
1212
coverage
13+
14+
dist

cli.js

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)