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.
1 parent a27eccc commit 5a21916Copy full SHA for 5a21916
scripts/ci-install-eslint.js
@@ -31,7 +31,7 @@ function sh(command) {
31
32
// Install ESLint of the requested version
33
await sh(`npm install eslint@${requestedVersionSpec} -f`)
34
- if (semver.compare(requestedVersionSpec, "9.0.0"))
+ if (semver.compare(requestedVersion, "9.0.0"))
35
await sh(`npm install @types/eslint -f`)
36
37
// Install ESLint submodule of the requested version
0 commit comments