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