We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// jest-runner-eslint.config.js module.exports = { cliOptions: { quiet: true, cache: false, flags: ['unstable_config_lookup_from_file'], }, };
The flags option is not being taken into account, Can someone take a look into this ?
Happy to raise a PR to fix this