- 
                Notifications
    You must be signed in to change notification settings 
- Fork 127
Open
Description
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
}TAnas0
Metadata
Metadata
Assignees
Labels
No labels