Skip to content

Commit

Permalink
fixes ci eslint installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin authored Jan 6, 2021
1 parent eeb873e commit aae1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DIFF: ${{ steps.diff.outputs.diff }}

- name: "Install ESLint"
run: if [ "$DIFF" != '' ]; then npm install eslint; fi
run: if [ "$DIFF" != '' ]; then npm install eslint eslint-plugin-react@7.21.5; fi
env:
DIFF: ${{ steps.diff.outputs.diff }}

Expand Down

0 comments on commit aae1fb6

Please # to comment.