Skip to content

Commit

Permalink
Update eslint command in .github/workflows/eslint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 committed Apr 14, 2024
1 parent ee62eca commit b9868ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Install eslint
run: npm install -g eslint
- name: Run eslint
run: eslint --ext .js .
run: eslint .

0 comments on commit b9868ab

Please sign in to comment.