Skip to content

Commit 8f132b9

Browse files
authored
Merge pull request #97 from trojs/feature/eslint-9
Use Eslint 9 and fix lint issues
2 parents e8cf343 + 24ea572 commit 8f132b9

Some content is hidden

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

44 files changed

+6407
-2126
lines changed

.eslintrc

-47
This file was deleted.

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x, 20.x, 21.x, 22.x, 23.x]
12+
node-version: [20.x, 21.x, 22.x, 23.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)