From ESLint v9.0.0, the default configuration file is now eslint.config.js.
the project uses a .eslintrc.* files in each package
The migration guide documents how to update: ESLint migration guide
From the root, we can run pnpm -r lint
to produce the config error behind this issue.