duck8823 / duck8823/textlint-plugin-json
Final words
Open
bug
good first issue
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I've run into a bug in which the final words in a string are not linted properly.
For example:
With this rule set up:
```
"terminology": {
"defaultTerms": true,
"terms": [
"ID"
]
}
```
The following object would not be linted properly:
```
"parameters": [
{
"in": "query",
"name": "merchantIds",
"description": "The merchant id"
}
]
```
While this one would:
```
"parameters": [
{
"in": "query",
"name": "merchantIds",
"description": "The merchant id to be found"
}
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.