ESLint supports [setting the `cwd`](https://eslint.org/docs/latest/developer-guide/nodejs-api#linter:~:text=options.cwd%20(string)). However, the [`getPackageJson` function looks up using `process.cwd()`](https://github.com/eslint-community/eslint-plugin-n/blob/bdfd61a0cba307175d3e171cc568f54a24de4269/lib/util/get-package-json.js#L47).