Skip to content

Typo in documentation example #76

Open
@oleg-koval

Description

@oleg-koval

Returns:

Invalid config file: Unexpected token } in JSON at position 210

for

{
  "threshold": 30,
  "identifiers": true,
  "literals": true,
  "color": true,
  "minInstances": 2,
  "ignore": "test|spec|mock",
  "reporter": "json",
  "truncate": 100,
}

should be:

{
  "threshold": 30,
  "identifiers": true,
  "literals": true,
  "color": true,
  "minInstances": 2,
  "ignore": "test|spec|mock",
  "reporter": "json",
  "truncate": 100
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions