We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfd5e2 commit db55860Copy full SHA for db55860
.github/workflows/verifications.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# see https://github.com/npm/cli/issues/7349
68
- if: ${{ matrix.eslint == 9 }}
69
- run: npm un eslint-plugin-jest eslint-doc-generator
+ run: npm un @typescript-eslint/eslint-plugin eslint-plugin-jest eslint-doc-generator
70
71
- name: Install ESLint v${{ matrix.eslint }}
72
run: npm install --no-save --force eslint@${{ matrix.eslint }}
0 commit comments