aboutsummaryrefslogtreecommitdiff
path: root/.yarn/sdks/eslint/lib
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/lib
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/lib')
-rw-r--r--.yarn/sdks/eslint/lib/api.js6
1 files changed, 3 insertions, 3 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`);