-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
/eslint.config.mjs
/packages/packageA/package.json
...
grep console eslint.config.mjs
# console.log(process.cwd());
cd packages/packageA
pnpm exec eslint --version
# v9.34.0
pnpm exec eslint
# /packages/packageA
pnpm exec eslint --inspect-config
# /
pnpx @eslint/config-inspector@latest
# /
npm exec eslint --inspect-config
# /
npx @eslint/config-inspector@latest
# /I'm using a monorepo and it seems like this package changes the CWD when traversing the hierarchy for an eslint.config. This does not seem to happen when using eslint without esling-config-inspector.
Metadata
Metadata
Assignees
Labels
No labels