humanmade / humanmade/Workflows
HM Linter is failing due to JSON error
- Dominant language
- PHP
- Stars
- 106
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The lintbot is failing due to an apparent error at position 1216 in `/admin/package.json` ([link to line](https://github.com/humanmade/Workflows/blob/master/admin/package.json#L31)) -- that position corresponds with the end of the line.
The JSON appears to be valid, but the error is saying "Unexpected token".
```
Could not run: SyntaxError: Cannot read config file: /tmp/repos/humanmade-Workflows-c73f7d8ae3a81927ed4b2a2c7d264b2d9a45f3ce/admin/package.json
Error: Cannot read config file: /tmp/repos/humanmade-Workflows-c73f7d8ae3a81927ed4b2a2c7d264b2d9a45f3ce/admin/package.json
Error: Unexpected token
in JSON at position 1216
```
Contributor guide
Assessment
This issue has not been assessed yet.