diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-04-04 01:42:45 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-04-04 01:42:45 +0000 |
| commit | ebe3b395393d859c4eb1721e021f7eb188a59b39 (patch) | |
| tree | 296f11b9a3ca33eceac1fdd0a5295e7855383c70 /.yarn/sdks/eslint | |
| parent | 97b0a2cafc7c32d264fb3317e8a5ddaea61978a3 (diff) | |
| download | ao-coverage-ebe3b395393d859c4eb1721e021f7eb188a59b39.tar.gz ao-coverage-ebe3b395393d859c4eb1721e021f7eb188a59b39.tar.bz2 ao-coverage-ebe3b395393d859c4eb1721e021f7eb188a59b39.zip | |
Update yarn sdks
Diffstat (limited to '.yarn/sdks/eslint')
| -rw-r--r-- | .yarn/sdks/eslint/lib/api.js | 6 | ||||
| -rw-r--r-- | .yarn/sdks/eslint/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.yarn/sdks/eslint/lib/api.js b/.yarn/sdks/eslint/lib/api.js index 97a0524..fc728d9 100644 --- a/.yarn/sdks/eslint/lib/api.js +++ b/.yarn/sdks/eslint/lib/api.js @@ -11,10 +11,10 @@ const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath); if (existsSync(absPnpApiPath)) { if (!process.versions.pnp) { - // Setup the environment to be able to require eslint/lib/api.js + // Setup the environment to be able to require eslint require(absPnpApiPath).setup(); } } -// Defer to the real eslint/lib/api.js your application uses -module.exports = absRequire(`eslint/lib/api.js`); +// Defer to the real eslint your application uses +module.exports = absRequire(`eslint`); diff --git a/.yarn/sdks/eslint/package.json b/.yarn/sdks/eslint/package.json index 744a773..0feffb7 100644 --- a/.yarn/sdks/eslint/package.json +++ b/.yarn/sdks/eslint/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "7.32.0-sdk", + "version": "8.12.0-sdk", "main": "./lib/api.js", "type": "commonjs" } |
