Skip to content

cliOptions.flags is ignored #279

Open
@harshVardhan4743

Description

@harshVardhan4743
//  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions