We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@typescript-eslint/parser
1 parent aced922 commit 407d2e5Copy full SHA for 407d2e5
.github/workflows/validate.yml
@@ -54,7 +54,7 @@ jobs:
54
useLockFile: false
55
56
- if: ${{ matrix.eslint == 9 }}
57
- run: npm i -g npm@latest
+ run: npm un @typescript-eslint/parser
58
59
- name: Install ESLint v${{ matrix.eslint }}
60
run: npm install --no-save --force eslint@${{ matrix.eslint }}
0 commit comments