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 b3f3a57 commit 704d8acCopy full SHA for 704d8ac
.github/workflows/validate.yml
@@ -56,7 +56,7 @@ jobs:
56
useLockFile: false
57
58
- if: ${{ matrix.eslint == 9 }}
59
- run: npm i -g npm@latest
+ run: npm un @typescript-eslint/parser
60
61
- name: Install ESLint v${{ matrix.eslint }}
62
run: npm install --no-save --force eslint@${{ matrix.eslint }}
0 commit comments