Skip to content

Commit

Permalink
fix: pre-commit hook update for eslint-config-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Reterics committed Oct 26, 2024
1 parent 9c3cfbd commit f25e142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: cli

- name: Install dependencies for web-server
run: yarn add eslint@^8.40.0 eslint-config-next@13.5.6 eslint-plugin-import@^2.29.0 eslint-plugin-prettier@^5.0.1 eslint-plugin-react@^7.29.4 eslint-plugin-unused-imports@^3.0.0 --dev
run: yarn add eslint@^8.40.0 eslint-config-next@15.0.1 eslint-plugin-import@^2.29.0 eslint-plugin-prettier@^5.0.1 eslint-plugin-react@^7.29.4 eslint-plugin-unused-imports@^3.0.0 --dev
working-directory: web-server

- name: Setup Python 3.11
Expand Down

0 comments on commit f25e142

Please sign in to comment.