allow: string()

in src/optionsUtils.js [17:27]


  allow: string(),
  ignore: array(string()),
  override: record(
    string(),
    partial({
      name: string(),
      version: string(),
      repository: string(),
      licenseName: string(),
      licenseText: string()
    })