Skip to content

Commit

Permalink
fix(github): adapt eslint workflow to new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZRunner committed Oct 21, 2024
1 parent 1122754 commit d86444a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Install ESLint
run: |
npm install eslint@8.10.0
npm install @microsoft/[email protected] @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-react-hooks eslint-plugin-simple-import-sort eslint-plugin-unused-imports
npm install eslint@8.57.1
npm install @microsoft/[email protected] @stylistic/eslint-plugin @typescript-eslint/parser eslint-plugin-react-hooks eslint-plugin-simple-import-sort eslint-plugin-unused-imports
- name: Run ESLint
run: npx eslint .
Expand Down

0 comments on commit d86444a

Please sign in to comment.