Skip to content

Commit

Permalink
configured eslint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pSpitzner committed Jul 6, 2024
1 parent 111e9f2 commit bdf87ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:
eslint@^8.57.0 \
eslint-plugin-react@^7.34.1 \
eslint-plugin-react-hooks@^4.6.2 \
eslint-plugin-react-refresh@^0.4.6
eslint-plugin-react-refresh@^0.4.6 \
@typescript-eslint/eslint-plugin@^7.2.0 \
@typescript-eslint/parser@^7.2.0 \
@tanstack/eslint-plugin-query@^5.35.6
- name: Run ESLint
run: |
run: |
cd ./frontend
npx eslint .
--config .eslintrc.js
Expand Down

0 comments on commit bdf87ec

Please sign in to comment.