Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
Fixed lint workflow.
  • Loading branch information
MarkusBordihn committed Sep 3, 2024
1 parent 37f31df commit f6aa0bd
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 16

- name: Install linters
run: npm install --no-package-lock --no-optional eslint eslint-config-google eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint-plugin-compat@latest prettier typescript @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser
run: npm install --no-package-lock eslint eslint-config-prettier eslint-plugin-compat eslint-plugin-jsdoc eslint-plugin-prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser

- name: Run linters
run: npm run lint
Loading

0 comments on commit f6aa0bd

Please sign in to comment.