Skip to content

Commit

Permalink
Add missing config file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 2, 2025
1 parent 974bfd7 commit 05f77bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Step 3: Instal ESLint globally
- name: Install ESLint
run: |
npm install -g eslint@latest @babel/eslint-parser@latest
npm install -g eslint@latest @babel/eslint-parser@latest eslint-define-config
# Step 4: Run ESLint to lint code
- name: Run ESLint
Expand Down

0 comments on commit 05f77bc

Please sign in to comment.