Skip to content

Commit 96e47eb

Browse files
committed
eslint fixed
1 parent 7a30036 commit 96e47eb

File tree

3 files changed

+246
-845
lines changed

3 files changed

+246
-845
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
19-
- run: npm install -g eslint@9.17.0
20-
- run: npm install @eslint/js
21-
- run: eslint
19+
- run: npm install
20+
- run: npx eslint .

0 commit comments

Comments
 (0)