Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9163e1

Browse files
committedAug 3, 2024·
Upgrade eslint
1 parent 1b015f0 commit c9163e1

File tree

6 files changed

+1424
-291
lines changed

6 files changed

+1424
-291
lines changed
 

‎.eslintrc.yml

-267
This file was deleted.

‎.github/workflows/javascript.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install ESLint
12-
run: npm install eslint
12+
run: npm install
1313
- name: Run ESLint
1414
run: npx eslint javascript/
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.