We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--legacy-peer-deps
1 parent eab65c7 commit 811f493Copy full SHA for 811f493
1 file changed
.github/workflows/types-integration.yml
@@ -138,7 +138,7 @@ jobs:
138
- name: Install Packages (eslint/js)
139
working-directory: eslint-js
140
run: |
141
- npm install --legacy-peer-deps ../eslint
+ npm install ../eslint
142
143
- name: Run TSC
144
@@ -172,7 +172,7 @@ jobs:
172
173
npm install
174
npm run build
175
- npm install --legacy-peer-deps ../eslint @eslint/core@latest
+ npm install ../eslint @eslint/core@latest
176
177
178
working-directory: json
0 commit comments