aboutsummaryrefslogtreecommitdiff
path: root/.yarn/sdks/eslint
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2022-04-04 01:42:45 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2022-04-04 01:42:45 +0000
commitebe3b395393d859c4eb1721e021f7eb188a59b39 (patch)
tree296f11b9a3ca33eceac1fdd0a5295e7855383c70 /.yarn/sdks/eslint
parent97b0a2cafc7c32d264fb3317e8a5ddaea61978a3 (diff)
downloadao-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.js6
-rw-r--r--.yarn/sdks/eslint/package.json2
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"
}