documentationjs / documentationjs/documentation
Unexpected invisible token
Open
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- PR merge metrics
- No merged PRs in 30d
Description
## Error
```bash
132:1 warning unexpected token
```
Here's the line 132:
```js
/**
```
I checked for encoding and the surrounding characters which are below:
```js
};
/**
*
```
But I don't know why it's still doing this.
* What version of documentation.js are you using?: `8.1.2`
* How are you running documentation.js (on the CLI, Node.js API, Grunt, other?):
I'm running it as follows:
```json
"doc:lint": "documentation lint src/**"
```
Contributor guide
Assessment
This issue has not been assessed yet.