aboutsummaryrefslogtreecommitdiff
path: root/.yarn/sdks/eslint/lib
diff options
context:
space:
mode:
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`);